b4 #19

Merged
suvo merged 22 commits from b4 into fetch2 2024-08-01 14:06:26 +00:00
Showing only changes of commit 23dec7eef2 - Show all commits

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