mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: changing client api
This commit is contained in:
		
							parent
							
								
									d64a3e98b8
								
							
						
					
					
						commit
						205860f9c4
					
				@ -72,6 +72,7 @@ export default class FeatureToggleClientStore
 | 
				
			|||||||
        const isPlayground = requestType === 'playground';
 | 
					        const isPlayground = requestType === 'playground';
 | 
				
			||||||
        const environment = featureQuery?.environment || DEFAULT_ENV;
 | 
					        const environment = featureQuery?.environment || DEFAULT_ENV;
 | 
				
			||||||
        const stopTimer = this.timer(`getAllBy${requestType}`);
 | 
					        const stopTimer = this.timer(`getAllBy${requestType}`);
 | 
				
			||||||
 | 
					        console.log('GETTING EVERYTHING');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        let selectColumns = [
 | 
					        let selectColumns = [
 | 
				
			||||||
            'features.name as name',
 | 
					            'features.name as name',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user