mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: getFeatureToggleAdmin should include project
This commit is contained in:
parent
c6d6898123
commit
8cb147a81f
@ -270,6 +270,7 @@ class FeatureStrategiesStore implements IFeatureStrategiesStore {
|
||||
}
|
||||
acc.name = r.name;
|
||||
acc.description = r.description;
|
||||
acc.project = r.project;
|
||||
acc.stale = r.stale;
|
||||
acc.variants = r.variants;
|
||||
acc.createdAt = r.created_at;
|
||||
|
Loading…
Reference in New Issue
Block a user