mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-17 09: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;
|
||||
}
|
||||
let headers = {
|
||||
'Content-Type': 'multipart/form-data',
|
||||
"Content-Type": "multipart/form-data",
|
||||
};
|
||||
let config = {
|
||||
headers: headers
|
||||
|
|
Loading…
Add table
Reference in a new issue