This commit is contained in:
DjDeveloperr 2021-03-30 15:33:43 +05:30
parent a89318c3c3
commit 218e3e7ddf
1 changed files with 1 additions and 1 deletions

View File

@ -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
})
)