diff --git a/server/notification-providers/goalert.js b/server/notification-providers/goalert.js index 75e309db..bcb1843c 100644 --- a/server/notification-providers/goalert.js +++ b/server/notification-providers/goalert.js @@ -17,7 +17,7 @@ class GoAlert extends NotificationProvider { data["action"] = closeAction; } let headers = { - 'Content-Type': 'multipart/form-data', + "Content-Type": "multipart/form-data", }; let config = { headers: headers