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) {
|
if (d === false) {
|
||||||
console.log('not authorized')
|
console.log('not authorized')
|
||||||
await evt.respondWith(
|
await evt.respondWith(
|
||||||
new Response(null, {
|
new Response('not authorized', {
|
||||||
status: 400
|
status: 400
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue