mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
ff9bd708ae
commit
d68b0079bf
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue