chore: default ChallengesFixVersion to 6 (#1594)
we don't set this field anywhere but it might be needed Reviewed-on: OpenWF/SpaceNinjaServer#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:
		
							parent
							
								
									0928b842ad
								
							
						
					
					
						commit
						6a97a0c7c8
					
				@ -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],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user