We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37b003f + 60db808 commit 0fdc47eCopy full SHA for 0fdc47e
1 file changed
src/api/controllers/instance.controller.ts
@@ -382,7 +382,7 @@ export class InstanceController {
382
return this.waMonitor.instanceInfoById(instanceId, number);
383
}
384
385
- return this.waMonitor.instanceInfo();
+ return this.waMonitor.instanceInfo(instanceName);
386
387
388
public async setPresence({ instanceName }: InstanceDto, data: SetPresenceDto) {
0 commit comments