user is fix

pull/18/head
Suvodip 2024-07-02 22:15:12 +05:30
parent 5c3479b571
commit 23dec7eef2
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
const queryString = window.location.search; const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString); const urlParams = new URLSearchParams(queryString);
const userId = urlParams.get('userid'); const userId = urlParams.get('userId');
let gameId; let gameId;
console.log(userId);
let startTime = Date.now(); let startTime = Date.now();