Update monitor.js

merge-requests/210/merge
Moe 2021-05-04 16:24:23 -07:00
parent 97089f29b8
commit 81f55c4214
1 changed files with 2 additions and 2 deletions

View File

@ -1605,8 +1605,8 @@ module.exports = function(s,config,lang){
wantedStatusCode = 6
}
s.sendMonitorStatus({
id:e.id,
ke:e.ke,
id: e.id,
ke: e.ke,
status: wantedStatus,
code: wantedStatusCode,
})