mirror of
https://github.com/iv-org/documentation.git
synced 2025-01-05 04:20:50 -05:00
fix Unexpected token ')'
This commit is contained in:
parent
8e451d4365
commit
5b5830b38b
2
.github/workflows/add-instance-updown.yml
vendored
2
.github/workflows/add-instance-updown.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
headers: {
|
headers: {
|
||||||
'content-type': 'application/json'
|
'content-type': 'application/json'
|
||||||
},
|
},
|
||||||
json: {checks: checksOfStatusPage})
|
json: {checks: checksOfStatusPage}
|
||||||
};
|
};
|
||||||
|
|
||||||
request(optionsAddCheckToStatusPage, async function (error, response, body) {
|
request(optionsAddCheckToStatusPage, async function (error, response, body) {
|
||||||
|
Loading…
Reference in New Issue
Block a user