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:
Rajeh Taher
2024-05-06 17:41:43 +03:00
committed by GitHub
parent 2ef59bf924
commit 6fe7401337
2 changed files with 17 additions and 18 deletions

View File

@@ -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')
}
}