Skip to content

Commit 23f54d1

Browse files
committed
lint
1 parent 5191438 commit 23f54d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ export class BaileysStartupService extends ChannelStartupService {
10601060
'SessionError',
10611061
'Invalid PreKey ID',
10621062
'No session record',
1063-
'No session found to decrypt message'
1063+
'No session found to decrypt message',
10641064
].some((err) => param?.includes?.(err)),
10651065
)
10661066
) {

0 commit comments

Comments
 (0)