mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
Merge branch 'master' into feature/umami-analytics-status-page
This commit is contained in:
@@ -578,7 +578,8 @@ class Monitor extends BeanModel {
|
||||
}
|
||||
}
|
||||
|
||||
if (process.env.UPTIME_KUMA_LOG_RESPONSE_BODY_MONITOR_ID === this.id) {
|
||||
// eslint-disable-next-line eqeqeq
|
||||
if (process.env.UPTIME_KUMA_LOG_RESPONSE_BODY_MONITOR_ID == this.id) {
|
||||
log.info("monitor", res.data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user