mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 12:12:55 -06:00
Refactor createJid method in BaileysStartupService
This commit is contained in:
parent
4137984b5d
commit
91e7a32209
@ -3900,7 +3900,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async updateMessage(data: UpdateMessageDto) {
|
public async updateMessage(data: UpdateMessageDto) {
|
||||||
const jid = this.createJid(data.number);
|
const jid = createJid(data.number);
|
||||||
|
|
||||||
const options = await this.formatUpdateMessage(data);
|
const options = await this.formatUpdateMessage(data);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user