From 584d52517a114c16163ed333c72e8138b0b4bc7f Mon Sep 17 00:00:00 2001 From: Muhammed Hussein Karimi Date: Wed, 24 Aug 2022 10:41:42 +0430 Subject: [PATCH] [Linter] fixing quotes with doublequote --- server/notification-providers/goalert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/notification-providers/goalert.js b/server/notification-providers/goalert.js index 75e309db7..bcb1843c7 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