1
0
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:
FredrikOseberg 2024-12-09 15:22:57 +01:00
parent d64a3e98b8
commit 205860f9c4
No known key found for this signature in database
GPG Key ID: 282FD8A6D8F9BCF0

View File

@ -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',