From 3d5b83082719e2a2bf1f0e0c792df0974d742ae1 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:49:18 -0400 Subject: [PATCH] Remove excess line breaks --- functions/api/appeals/_middleware.ts | 1 - 1 file changed, 1 deletion(-) 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(); }