Skip to content

Commit e53cb2e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ export class BaileysStartupService extends ChannelStartupService {
507507
}
508508

509509
private async getMessage(key: proto.IMessageKey, full = false) {
510-
// try {
510+
try {
511511
// const webMessageInfo = (await this.prismaRepository.message.findMany({
512512
// where: {
513513
// instanceId: this.instanceId,

0 commit comments

Comments
 (0)