mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
Fix photos + API hooks + cleaning
This commit is contained in:
@@ -56,7 +56,7 @@ export default {
|
||||
getNewTeamId() {
|
||||
let id = randint(1_000_000);
|
||||
while (this.teams.find(t => t.id === id)) id = randint(1_000_000);
|
||||
return id;
|
||||
return id.toString().padStart(6, '0');
|
||||
},
|
||||
|
||||
checkEndGame() {
|
||||
|
||||
Reference in New Issue
Block a user