mirror of
https://github.com/iv-org/documentation.git
synced 2024-12-06 19:16:32 +01:00
fix Unexpected token ')'
This commit is contained in:
@@ -89,7 +89,7 @@ jobs:
|
||||
headers: {
|
||||
'content-type': 'application/json'
|
||||
},
|
||||
json: {checks: checksOfStatusPage})
|
||||
json: {checks: checksOfStatusPage}
|
||||
};
|
||||
|
||||
request(optionsAddCheckToStatusPage, async function (error, response, body) {
|
||||
|
||||
Reference in New Issue
Block a user