We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101abec commit e53cb2eCopy full SHA for e53cb2e
1 file changed
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
@@ -507,7 +507,7 @@ export class BaileysStartupService extends ChannelStartupService {
507
}
508
509
private async getMessage(key: proto.IMessageKey, full = false) {
510
- // try {
+ try {
511
// const webMessageInfo = (await this.prismaRepository.message.findMany({
512
// where: {
513
// instanceId: this.instanceId,
0 commit comments