fix sub learning area key issue (copy)

This commit is contained in:
Suvodip
2024-11-19 12:32:05 +05:30
parent b8444a361a
commit 7e44149a4a
15 changed files with 70 additions and 70 deletions

View File

@@ -6,7 +6,7 @@ const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const userId = urlParams.get('userId');
const gameVersion = urlParams.get('gameName');
let gameId;
const gameId = urlParams.get('id');
let submitNotic;
console.log(userId);