mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 18:08:40 -06:00
ppp
This commit is contained in:
parent
c119b52680
commit
c4f7572e7a
@ -3958,7 +3958,8 @@ export class BaileysStartupService extends ChannelStartupService {
|
|||||||
|
|
||||||
public async updateMessage(data: UpdateMessageDto) {
|
public async updateMessage(data: UpdateMessageDto) {
|
||||||
console.dir({updateData: data});
|
console.dir({updateData: data});
|
||||||
const jid = createJid(data.number);
|
data.number = createJid(data.number);
|
||||||
|
const jid = data.number;
|
||||||
|
|
||||||
const options = await this.formatUpdateMessage(data);
|
const options = await this.formatUpdateMessage(data);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user