diff --git a/functions/api/appeals/_middleware.ts b/functions/api/appeals/_middleware.ts index 145e453..9d9ed16 100644 --- a/functions/api/appeals/_middleware.ts +++ b/functions/api/appeals/_middleware.ts @@ -7,6 +7,5 @@ export async function onRequest(context: RequestContext) { status: 401, }); - return await context.next(); }