replaced console with the toast insterd

This commit is contained in:
RezHackXYZ 2025-06-01 12:25:08 +05:30
parent e558f3abef
commit b7047b2a19
11 changed files with 7 additions and 31 deletions

View file

@ -18,8 +18,6 @@
.eq("gameid", gamePin);
players = fetchedPlayers.sort((a, b) => b.score - a.score);
console.log(players);
});
</script>