mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-22 01:16:07 +02: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