Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Jan 8, 2024
1 parent ff9bd70 commit d68b007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/notify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

0 comments on commit d68b007

Please sign in to comment.