mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-17 03:34:51 -05:00
Address code review
Add missing comma Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
51b7a2badb
commit
23796723dd
@ -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 New Issue
Block a user