1
0
Fork 0
mirror of https://github.com/iv-org/documentation.git synced 2025-07-18 12:38:47 -04:00

fix Unexpected token ')'

This commit is contained in:
Emilien Devos 2024-04-22 00:22:50 +02:00
parent 8e451d4365
commit 5b5830b38b

View file

@ -89,7 +89,7 @@ jobs:
headers: {
'content-type': 'application/json'
},
json: {checks: checksOfStatusPage})
json: {checks: checksOfStatusPage}
};
request(optionsAddCheckToStatusPage, async function (error, response, body) {