summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <ematipico@users.noreply.github.com> 2024-01-08 13:11:43 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-01-08 13:11:43 +0000
commitd68b0079bf60cac07e163ef706dd2d2f3ed219ca (patch)
tree15d60e214ca4670f35bbf51c79d72c1ad0c60f0b
parentff9bd708ae253f93ee61b5f317b4a9d988b89880 (diff)
downloadastro-d68b0079bf60cac07e163ef706dd2d2f3ed219ca.tar.gz
astro-d68b0079bf60cac07e163ef706dd2d2f3ed219ca.tar.zst
astro-d68b0079bf60cac07e163ef706dd2d2f3ed219ca.zip
[ci] format
-rwxr-xr-xscripts/notify/index.js6
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();