mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-21 11:05:56 +00:00
[Linter] fixing quotes with doublequote
This commit is contained in:
parent
82dd9a7c16
commit
584d52517a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue