fix: ta bort extra } i recipe-preview-proxy/route.ts

This commit is contained in:
Nils-Johan Gynther
2026-04-19 21:13:40 +02:00
parent 722440b9b5
commit 0946617edb
@@ -18,4 +18,3 @@ export const GET = withAuth(async (request, session) => {
const text = await res.text();
return new NextResponse(text, { status: res.status, headers: { 'Content-Type': 'application/json' } });
});
}