you can now UPLAD IMAGES AND VIDS!!! in the quetions of kahootlone/quizzlet

This commit is contained in:
RezHackXYZ 2025-05-31 18:13:50 +05:30
parent 5f53e923d0
commit de7e3da139
29 changed files with 158 additions and 96 deletions

View file

@ -14,5 +14,5 @@ export async function GetCurrentPlayers(gamePin) {
return;
}
players.v = data ? data.map(player => player.playername) : [];
players.v = data ? data.map((player) => player.playername) : [];
}