This commit is contained in:
Suvodip
2025-02-04 19:12:00 +05:30
parent 3a64479fd4
commit 10a797d450
2 changed files with 32 additions and 27 deletions

View File

@@ -5,7 +5,6 @@ const gameSchema = new mongoose.Schema({
childId: { type: String, required: true },
gameID: { type: String, required: true },
gameTime: { type: String, required: false },
score: { type: String },
gameStar: { type: Number },
screenshotUrl: { type: String },
}, { collection: "gameData" });