From 0946617edbe8a6d12844a9fba2ffe721a43fde53 Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Sun, 19 Apr 2026 21:13:40 +0200 Subject: [PATCH] fix: ta bort extra } i recipe-preview-proxy/route.ts --- frontend/app/api/recipe-preview-proxy/route.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/app/api/recipe-preview-proxy/route.ts b/frontend/app/api/recipe-preview-proxy/route.ts index 3ffbaea1..184031cb 100644 --- a/frontend/app/api/recipe-preview-proxy/route.ts +++ b/frontend/app/api/recipe-preview-proxy/route.ts @@ -17,5 +17,4 @@ export const GET = withAuth(async (request, session) => { const text = await res.text(); return new NextResponse(text, { status: res.status, headers: { 'Content-Type': 'application/json' } }); -}); -} \ No newline at end of file +}); \ No newline at end of file