mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-07 21:42:34 +02:00
Update server/validate-monitor-checks.js
Co-authored-by: Nelson Chan <chakflying@hotmail.com>
This commit is contained in:
parent
e2db15ce64
commit
77c11a6a50
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function validateMonitorChecks(res, checks, bean) {
|
|||
bean.msg += `, status matches '${check.value}'`;
|
||||
bean.status = UP;
|
||||
} else {
|
||||
throw new Error(bean.msg + ", but status code dit not match " + check.value);
|
||||
throw new Error(bean.msg + ", but status code does not match " + check.value);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue