forked from OpenWF/SpaceNinjaServer
		
	chore: ignore crossPlaySetting in updateChallengeProgress
This commit is contained in:
		
							parent
							
								
									3186ffe164
								
							
						
					
					
						commit
						ce46fa14ac
					
				@ -44,6 +44,7 @@ export const updateChallengeProgressController: RequestHandler = async (req, res
 | 
			
		||||
            case "ChallengeProgress":
 | 
			
		||||
            case "SeasonChallengeCompletions":
 | 
			
		||||
            case "ChallengePTS":
 | 
			
		||||
            case "crossPlaySetting":
 | 
			
		||||
                break;
 | 
			
		||||
            default:
 | 
			
		||||
                logger.warn(`unknown challenge progress entry`, { key, value });
 | 
			
		||||
@ -62,4 +63,5 @@ interface IUpdateChallengeProgressRequest {
 | 
			
		||||
    ChallengeProgress?: IChallengeProgress[];
 | 
			
		||||
    SeasonChallengeHistory?: ISeasonChallenge[];
 | 
			
		||||
    SeasonChallengeCompletions?: ISeasonChallenge[];
 | 
			
		||||
    crossPlaySetting?: string;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user