mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-17 11:44:38 -05:00
[Linter] fixing quotes with doublequote
This commit is contained in:
parent
82dd9a7c16
commit
584d52517a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user