mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: remove flagResolver option (#6001)
## About the changes This option is not referenced in the code I believe its original intent was to be able to override flagResolver, but it's currently not being used:a46f54f48a/src/lib/create-config.ts (L490-L491)Instead, we're using `experimental`, `flags`, and `externalResolver`a46f54f48a/src/lib/create-config.ts (L64-L73)f63581c03a/src/lib/util/flag-resolver.ts (L12-L20)
This commit is contained in:
		
							parent
							
								
									f63581c03a
								
							
						
					
					
						commit
						db93ab57f0
					
				@ -127,7 +127,6 @@ export interface IUnleashOptions {
 | 
			
		||||
    enterpriseVersion?: string;
 | 
			
		||||
    inlineSegmentConstraints?: boolean;
 | 
			
		||||
    clientFeatureCaching?: Partial<IClientCachingOption>;
 | 
			
		||||
    flagResolver?: IFlagResolver;
 | 
			
		||||
    accessControlMaxAge?: number;
 | 
			
		||||
    prometheusApi?: string;
 | 
			
		||||
    publicFolder?: string;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user