This commit is contained in:
Face 2025-06-27 21:10:36 +03:00
parent d7b43effa2
commit 42ffa3c51e
3 changed files with 4 additions and 5 deletions

View file

@ -1 +0,0 @@
export const ssr = false;

View file

@ -16,5 +16,5 @@ export async function GET(event) {
route: { id: "/api/hopium/questions/[id]" }
};
return await getHopiumQuestion(hopiumEvent);
return await getHopiumQuestion(hopiumEvent as any);
}