Compare commits

..

2 Commits

Author SHA1 Message Date
Subhodip Ghosh 386c8f7116 Merge pull request 'user is fix' (#18) from b4 into master
Reviewed-on: #18
2024-07-02 16:45:53 +00:00
Suvodip 23dec7eef2 user is fix 2024-07-02 22:15:12 +05:30
1 changed files with 2 additions and 2 deletions

View File

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