[bug] Correct args for parse_cipher

This commit is contained in:
Sosthene 2025-08-25 01:31:35 +02:00
parent 420979e63e
commit d4223ce604

View File

@ -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