id what this is

This commit is contained in:
2025-01-11 10:24:56 +01:00
parent 201381342c
commit 8223ca5166
12 changed files with 232 additions and 9 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export const useLobbyStore = defineStore("lobby", {
}
);
// this.games[data.id] = data;
// return data;
return data;
},
},
});