feat: updateSongChallenge #1024

Merged
Sainan merged 2 commits from song-challenge into main 2025-02-28 18:18:33 -08:00
Showing only changes of commit 7726e0c93c - Show all commits

View File

@ -1334,7 +1334,7 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
DialogueHistory: dialogueHistorySchema,
CalendarProgress: calenderProgressSchema,
SongChallenges: { type: [songChallengeSchema], default: undefined },
SongChallenges: { type: [songChallengeSchema], default: undefined }
},
{ timestamps: { createdAt: "Created", updatedAt: false } }
);