+ add validation server side

This commit is contained in:
Mittani
2024-12-31 13:06:43 -08:00
committed by evanpelle
parent aa01ea7694
commit aba8e5dd81
10 changed files with 166 additions and 36 deletions
+1 -1
View File
@@ -267,4 +267,4 @@ async function createLobby(): Promise<Lobby> {
throw error; // Re-throw the error so the caller can handle it
}
}
}