chore: default ChallengesFixVersion to 6
All checks were successful
Build / build (pull_request) Successful in 44s
Build / build (push) Successful in 1m21s

we don't set this field anywhere but it might be needed
This commit is contained in:
Sainan 2025-04-12 20:40:41 +02:00
parent 5c6b4b5779
commit abd2522d0c

View File

@ -1471,7 +1471,7 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
DuviriInfo: DuviriInfoSchema,
Mailbox: MailboxSchema,
HandlerPoints: Number,
ChallengesFixVersion: Number,
ChallengesFixVersion: { type: Number, default: 6 },
PlayedParkourTutorial: Boolean,
ActiveLandscapeTraps: [Schema.Types.Mixed],
RepVotes: [Schema.Types.Mixed],