parent
8853515f07
commit
b536df9b13
6 changed files with 14 additions and 30 deletions
|
|
@ -16,5 +16,5 @@ export async function GET(event) {
|
|||
route: { id: "/api/hopium/questions/[id]" }
|
||||
};
|
||||
|
||||
return await getHopiumQuestion(hopiumEvent as any);
|
||||
return await getHopiumQuestion(hopiumEvent);
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue