parent
42ffa3c51e
commit
95d6997774
3 changed files with 5 additions and 4 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