[bug] Correct args for parse_cipher
This commit is contained in:
parent
420979e63e
commit
d4223ce604
@ -525,9 +525,10 @@ export default class Services {
|
||||
|
||||
async parseCipher(message: string) {
|
||||
const membersList = this.getAllMembers();
|
||||
const processes = await this.getProcesses();
|
||||
try {
|
||||
// console.log('parsing new cipher');
|
||||
const apiReturn = this.sdkClient.parse_cipher(message, membersList);
|
||||
const apiReturn = this.sdkClient.parse_cipher(message, membersList, processes);
|
||||
await this.handleApiReturn(apiReturn);
|
||||
|
||||
// Device 1 wait Device 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user