prettier
All checks were successful
Build / build (18) (push) Successful in 54s
Build / build (22) (push) Successful in 39s
Build / build (20) (push) Successful in 55s
Build / build (18) (pull_request) Successful in 51s
Build / build (20) (pull_request) Successful in 45s
Build / build (22) (pull_request) Successful in 53s

This commit is contained in:
Sainan 2025-02-26 02:57:52 +01:00
parent b3aca812a8
commit 7726e0c93c

View File

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