diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/notify/index.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/notify/index.js b/scripts/notify/index.js index f42c1b321..98d406cf0 100755 --- a/scripts/notify/index.js +++ b/scripts/notify/index.js @@ -167,9 +167,9 @@ async function run() { url: `${process.env.DISCORD_WEBHOOK}?wait=true`, method: 'POST', headers: { - 'content-type': 'application/json' - } - }) + 'content-type': 'application/json', + }, + }); } run(); |