0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Nate Moore 2024-01-08 13:11:43 +00:00 committed by astrobot-houston
parent ff9bd708ae
commit d68b0079bf

View file

@ -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();