We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670908f commit 101abecCopy full SHA for 101abec
1 file changed
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
@@ -543,9 +543,9 @@ export class BaileysStartupService extends ChannelStartupService {
543
// }
544
545
// return webMessageInfo[0].message;
546
- return null
+ return null;
547
} catch (error) {
548
549
// return { conversation: '' };
550
}
551
0 commit comments