mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
fix: explicitly select feature_envs.enabled so envs.enabled doesnt overwrite
This commit is contained in:
parent
c2f6cfe45f
commit
9135ee9172
@ -124,6 +124,13 @@ export class FeatureEnvironmentStore implements IFeatureEnvironmentStore {
|
||||
'default',
|
||||
'development',
|
||||
'production',
|
||||
])
|
||||
.select([
|
||||
'feature_name',
|
||||
'environment',
|
||||
'variants',
|
||||
'last_seen_at',
|
||||
`${T.featureEnvs}.enabled`,
|
||||
]);
|
||||
}
|
||||
return queryBuilder;
|
||||
|
Loading…
Reference in New Issue
Block a user