Skip to content

Commit 101abec

Browse files
authored
Update whatsapp.baileys.service.ts
1 parent 670908f commit 101abec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,9 +543,9 @@ export class BaileysStartupService extends ChannelStartupService {
543543
// }
544544

545545
// return webMessageInfo[0].message;
546-
return null
546+
return null;
547547
} catch (error) {
548-
return null
548+
return null;
549549
// return { conversation: '' };
550550
}
551551
}

0 commit comments

Comments
 (0)