chore: default ChallengesFixVersion to 6 (#1594)
All checks were successful
Build Docker image / docker (push) Successful in 57s
Build / build (push) Successful in 1m17s

we don't set this field anywhere but it might be needed

Reviewed-on: #1594
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
Sainan 2025-04-12 18:55:01 -07:00 committed by Sainan
parent 0928b842ad
commit 6a97a0c7c8

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],