mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix strateiges format for /client/applications
This commit is contained in:
		
							parent
							
								
									a959dc777d
								
							
						
					
					
						commit
						6cdffb22d0
					
				| @ -52,10 +52,10 @@ class ClientStrategyStore { | |||||||
| 
 | 
 | ||||||
|     getByAppName (appName) { |     getByAppName (appName) { | ||||||
|         return this.db |         return this.db | ||||||
|             .select(COLUMNS) |             .select('strategies') | ||||||
|             .where('app_name', appName) |             .where('app_name', appName) | ||||||
|             .from(TABLE) |             .from(TABLE) | ||||||
|             .map(mapRow); |             .map((row) => row.strategies); | ||||||
|     } |     } | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user