This commit is contained in:
Suvodip
2025-01-30 12:36:05 +05:30
parent c1830f72a1
commit f3c3cc2ad0
21 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ function retryGame(){
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const userId = urlParams.get('studentId');
const userId = urlParams.get('userId');
const gameVersion = urlParams.get('gameName');
const gameId = urlParams.get('id');
let submitNotic;