This commit is contained in:
Suvodip
2024-10-14 11:15:56 +05:30
parent d9243a1b7c
commit 9ebf6f5d60
18 changed files with 26 additions and 25 deletions

View File

@@ -265,7 +265,7 @@ import Layout from "../../layouts/Layout.astro";
'userId': userId,
'gameTime': timeDifferenceInSeconds,
'score': totalPoints,
'star': starValue
'gameStar': starValue
};
// console.log(userData);