Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gycgabriel committed Oct 31, 2023
1 parent facf301 commit 29034c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/room/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Room() {
const { fetchQuestion } = useQuestions();

async function getQuestionId() {
return getQuestionIdFromMatch(roomId); // todo
return getQuestionIdFromMatch(roomId);
}

getQuestionId().then((questionId) => {
Expand Down

0 comments on commit 29034c2

Please sign in to comment.