mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-05 04:31:12 -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 {
|
try {
|
||||||
await axios.post(`https://push.techulus.com/api/v1/notify/${notification.pushAPIKey}`, {
|
await axios.post(`https://push.techulus.com/api/v1/notify/${notification.pushAPIKey}`, {
|
||||||
"title": "Uptime-Kuma",
|
"title": "Uptime-Kuma",
|
||||||
"body": msg
|
"body": msg,
|
||||||
})
|
})
|
||||||
return okMsg;
|
return okMsg;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user