[Linter] fixing quotes with doublequote

This commit is contained in:
Muhammed Hussein Karimi 2022-08-24 10:41:42 +04:30
parent 82dd9a7c16
commit 584d52517a

View File

@ -17,7 +17,7 @@ class GoAlert extends NotificationProvider {
data["action"] = closeAction; data["action"] = closeAction;
} }
let headers = { let headers = {
'Content-Type': 'multipart/form-data', "Content-Type": "multipart/form-data",
}; };
let config = { let config = {
headers: headers headers: headers