1
0
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:
Ivar Conradi Østhus 2021-08-25 15:14:07 +02:00
parent c6d6898123
commit 8cb147a81f
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -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;