x
This commit is contained in:
parent
a89318c3c3
commit
218e3e7ddf
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export function init(options: DeploySlashInitOptions): void {
|
|||
if (d === false) {
|
||||
console.log('not authorized')
|
||||
await evt.respondWith(
|
||||
new Response(null, {
|
||||
new Response('not authorized', {
|
||||
status: 400
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue