fixed some minor fail
This commit is contained in:
parent
f47f7e4704
commit
bc0838ef83
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -58,8 +58,8 @@ async function minuteCheck() {
|
|||
}
|
||||
if (alarmTrigger === true) {
|
||||
await axios.post(new URL(config.pager.url).origin + '/api/message/' + (!!alarm.preset ? 'preset' : 'advanced'), Object.assign( !!alarm.preset
|
||||
? { ...alarm.params } // backward compatibility
|
||||
: { preset: alarm.preset }
|
||||
? { preset: alarm.preset }
|
||||
: { ...alarm.params } // backward compatibility
|
||||
, { payload: alarm.payload }))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue