Compare commits

..

No commits in common. "386c8f7116bdb7a5435ac4253517a72aca603b25" and "5c3479b57164df6fa7d524a95691e6a8ecb6a64f" have entirely different histories.

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();