mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +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 environment = featureQuery?.environment || DEFAULT_ENV;
|
||||
const stopTimer = this.timer(`getAllBy${requestType}`);
|
||||
console.log('GETTING EVERYTHING');
|
||||
|
||||
let selectColumns = [
|
||||
'features.name as name',
|
||||
|
Loading…
Reference in New Issue
Block a user