Compare commits
2 Commits
5c3479b571
...
386c8f7116
| Author | SHA1 | Date | |
|---|---|---|---|
| 386c8f7116 | |||
|
|
23dec7eef2 |
@@ -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();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user