diff --git a/scripts/notify/index.js b/scripts/notify/index.js index f42c1b321e..98d406cf01 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();