This commit is contained in:
DjDeveloperr 2021-03-30 15:33:43 +05:30
parent a89318c3c3
commit 218e3e7ddf

View file

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