mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-23 17:08:44 -06:00
FIX: Update instance.controller.ts to filter by instanceName
This commit should fix the filter by instanceName
This commit is contained in:
parent
37b003f169
commit
60db8081bd
@ -382,7 +382,7 @@ export class InstanceController {
|
|||||||
return this.waMonitor.instanceInfoById(instanceId, number);
|
return this.waMonitor.instanceInfoById(instanceId, number);
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.waMonitor.instanceInfo();
|
return this.waMonitor.instanceInfo(instanceName);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async setPresence({ instanceName }: InstanceDto, data: SetPresenceDto) {
|
public async setPresence({ instanceName }: InstanceDto, data: SetPresenceDto) {
|
||||||
|
Loading…
Reference in New Issue
Block a user