This commit is contained in:
Face 2025-06-28 13:54:46 +03:00
parent a227055c1e
commit 8853515f07
6 changed files with 30 additions and 14 deletions

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);
}