Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
purpshell authored Apr 29, 2024
1 parent d91967a commit 3967e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utils/decode-wa-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ export const decryptMessageNode = (
authorJid: author,
item: msg.senderKeyDistributionMessage
})
} catch (err) {
logger.error({ key: fullMessage.key, err }, 'failed to decrypt message');
}catch (err) {
logger.error({ key: fullMessage.key, err }, 'failed to decrypt message')
}
}

Expand Down

0 comments on commit 3967e5b

Please sign in to comment.