replace userId to childId #12

Merged
suvo merged 1 commits from tmp into master 2025-02-03 10:51:04 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ async function main() {
const { userId, gameName, gameID } = req.body;
const gameData = await collection.findOne({
userId: userId,
childId: userId,
gameName: gameName,
gameID: gameID
});