mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	refactor: revert adding apiPagination feature flag (#3433)
Reverts https://github.com/Unleash/unleash/pull/3417 - If we're not going forward with this project at this stage, we should clean up after ourselves and remove the unused flag that we added.
This commit is contained in:
		
							parent
							
								
									1ab3a338c9
								
							
						
					
					
						commit
						07e8e5826c
					
				| @ -69,7 +69,6 @@ exports[`should create default config 1`] = ` | ||||
|     "flags": { | ||||
|       "ENABLE_DARK_MODE_SUPPORT": false, | ||||
|       "anonymiseEventLog": false, | ||||
|       "apiPagination": false, | ||||
|       "bulkOperations": false, | ||||
|       "caseInsensitiveInOperators": false, | ||||
|       "cleanClientApi": false, | ||||
| @ -96,7 +95,6 @@ exports[`should create default config 1`] = ` | ||||
|     "experiments": { | ||||
|       "ENABLE_DARK_MODE_SUPPORT": false, | ||||
|       "anonymiseEventLog": false, | ||||
|       "apiPagination": false, | ||||
|       "bulkOperations": false, | ||||
|       "caseInsensitiveInOperators": false, | ||||
|       "cleanClientApi": false, | ||||
|  | ||||
| @ -77,10 +77,6 @@ const flags = { | ||||
|         process.env.UNLEASH_EXPERIMENTAL_OPTIMAL_304_DIFFER, | ||||
|         false, | ||||
|     ), | ||||
|     apiPagination: parseEnvVarBoolean( | ||||
|         process.env.UNLEASH_EXPERIMENTAL_API_PAGINATION, | ||||
|         false, | ||||
|     ), | ||||
| }; | ||||
| 
 | ||||
| export const defaultExperimentalOptions: IExperimentalOptions = { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user