fix: messageId baileys

This commit is contained in:
Davidson Gomes
2024-06-12 09:55:40 -03:00
parent fa14b7b1a9
commit a7887f0b1c
4 changed files with 3 additions and 4 deletions

View File

@@ -70,6 +70,7 @@ export class ChannelStartupService {
public setInstance(instance: InstanceDto) {
this.instance.name = instance.instanceName;
this.logger.setInstance(instance.instanceName);
this.instance.id = instance.instanceId;
this.instance.integration = instance.integration;
this.instance.number = instance.number;