mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54: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 {
|
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 a new issue