Merge pull request 's11' (#46) from newb2 into master

Reviewed-on: #46
master
Subhodip Ghosh 2025-03-11 10:09:15 +00:00
commit e037a4b089
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
const worksheetId = urlParams.get('worksheetId');
let submitNotic;
let startTime = Date.now();
// console.log('gameVersion', gameVersion)
const url = window.location.href;
const gameName = url.split('/');
@ -267,7 +267,7 @@ function submitUserData(drawingZone) {
// ✅ Now create `userData` inside the correct scope where starValue exists
let userData = {
gameName: gameVersion,
gameName: gameVersion.trim(),
gameID: gameId,
screenShot: imageCode,
childId: childId,