mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Update make-in-memory-store.ts (#755)
* Update make-in-memory-store.ts * fix logger error (#754) * Update make-in-memory-store.ts * Update make-in-memory-store.ts * fix linting * will we ever fix linting? * final change * test * simplified * final fix * comments * linting
This commit is contained in:
@@ -175,7 +175,7 @@ export const decryptMessageNode = (
|
||||
authorJid: author,
|
||||
item: msg.senderKeyDistributionMessage
|
||||
})
|
||||
}catch (err) {
|
||||
} catch(err) {
|
||||
logger.error({ key: fullMessage.key, err }, 'failed to decrypt message')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user