fix: undefined in log while creating a new monitor (#5053)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pull/1231/merge
Prabhsharan Singh 3 months ago committed by GitHub
parent 716832b9f3
commit 562de6abb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -731,7 +731,7 @@ let needSetup = false;
await startMonitor(socket.userID, bean.id);
}
log.info("monitor", `Added Monitor: ${monitor.id} User ID: ${socket.userID}`);
log.info("monitor", `Added Monitor: ${bean.id} User ID: ${socket.userID}`);
callback({
ok: true,

Loading…
Cancel
Save