time limit now works and the limit shows in the hosts screen!

This commit is contained in:
RezHackXYZ 2025-06-01 11:59:52 +05:30
parent 41941f98e8
commit c3cfa144d3
8 changed files with 79 additions and 2 deletions

View file

@ -20,6 +20,7 @@ export async function createGame(questions, gamePin) {
gameid: gamePin,
questionstext: q.name,
correctanswer: q.correctAnswer,
timelimit: q.timeLimit,
media: q.media || null,
}));