Address code review

Add missing comma

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/1205/head
Arjun Komath 2 years ago committed by GitHub
parent 51b7a2badb
commit 23796723dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save