From 16bd6276859c7ad46795611deb4bacc3e159e9fe Mon Sep 17 00:00:00 2001 From: Rajeh Taher Date: Sat, 30 Sep 2023 21:32:30 +0300 Subject: [PATCH] help the tslint gods have come for my head, i commited the great taboo --- src/Utils/decode-wa-message.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils/decode-wa-message.ts b/src/Utils/decode-wa-message.ts index e74f89b..132cb58 100644 --- a/src/Utils/decode-wa-message.ts +++ b/src/Utils/decode-wa-message.ts @@ -41,7 +41,7 @@ export function decodeMessageNode( msgType = 'chat' author = from - } else if (isLidUser(from)) { + } else if(isLidUser(from)) { if(recipient) { if(!isMe(from)) { throw new Boom('receipient present, but msg not from me', { data: stanza })