Skip to content

Commit 91e7a32

Browse files
committed
Refactor createJid method in BaileysStartupService
1 parent 4137984 commit 91e7a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

39023902
public async updateMessage(data: UpdateMessageDto) {
3903-
const jid = this.createJid(data.number);
3903+
const jid = createJid(data.number);
39043904

39053905
const options = await this.formatUpdateMessage(data);
39063906

0 commit comments

Comments
 (0)