diff --git a/deploy.ts b/deploy.ts index 68f9d2d..2310096 100644 --- a/deploy.ts +++ b/deploy.ts @@ -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 }) )