We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4137984 commit 91e7a32Copy full SHA for 91e7a32
1 file changed
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
@@ -3900,7 +3900,7 @@ export class BaileysStartupService extends ChannelStartupService {
3900
}
3901
3902
public async updateMessage(data: UpdateMessageDto) {
3903
- const jid = this.createJid(data.number);
+ const jid = createJid(data.number);
3904
3905
const options = await this.formatUpdateMessage(data);
3906
0 commit comments