Skip to content

Commit 60db808

Browse files
authored
FIX: Update instance.controller.ts to filter by instanceName
This commit should fix the filter by instanceName
1 parent 37b003f commit 60db808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/controllers/instance.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export class InstanceController {
382382
return this.waMonitor.instanceInfoById(instanceId, number);
383383
}
384384

385-
return this.waMonitor.instanceInfo();
385+
return this.waMonitor.instanceInfo(instanceName);
386386
}
387387

388388
public async setPresence({ instanceName }: InstanceDto, data: SetPresenceDto) {

0 commit comments

Comments
 (0)