From 29034c261f1bb0856b47eb0482b66841ab4cc185 Mon Sep 17 00:00:00 2001 From: Gabriel Goh <77230723+gycgabriel@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:08:49 +0800 Subject: [PATCH] remove todo --- frontend/src/pages/room/[id].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/room/[id].tsx b/frontend/src/pages/room/[id].tsx index adf6db88..376f05b1 100644 --- a/frontend/src/pages/room/[id].tsx +++ b/frontend/src/pages/room/[id].tsx @@ -39,7 +39,7 @@ export default function Room() { const { fetchQuestion } = useQuestions(); async function getQuestionId() { - return getQuestionIdFromMatch(roomId); // todo + return getQuestionIdFromMatch(roomId); } getQuestionId().then((questionId) => {