mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Address code review
Add missing comma Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
51b7a2badb
commit
23796723dd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class TechulusPush extends NotificationProvider {
|
|||
try {
|
||||
await axios.post(`https://push.techulus.com/api/v1/notify/${notification.pushAPIKey}`, {
|
||||
"title": "Uptime-Kuma",
|
||||
"body": msg
|
||||
"body": msg,
|
||||
})
|
||||
return okMsg;
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in a new issue