diff options
author | 2024-01-08 13:11:43 +0000 | |
---|---|---|
committer | 2024-01-08 13:11:43 +0000 | |
commit | d68b0079bf60cac07e163ef706dd2d2f3ed219ca (patch) | |
tree | 15d60e214ca4670f35bbf51c79d72c1ad0c60f0b | |
parent | ff9bd708ae253f93ee61b5f317b4a9d988b89880 (diff) | |
download | astro-d68b0079bf60cac07e163ef706dd2d2f3ed219ca.tar.gz astro-d68b0079bf60cac07e163ef706dd2d2f3ed219ca.tar.zst astro-d68b0079bf60cac07e163ef706dd2d2f3ed219ca.zip |
[ci] format
-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(); |