1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
This commit is contained in:
ivaosthu 2016-11-05 10:17:45 +01:00 committed by Ivar Conradi Østhus
parent 12279e822d
commit e46fbe4010

View File

@ -14,7 +14,6 @@ class FeatureToggleStore {
eventStore.on(eventType.featureRevived, event => this._reviveFeature(event.data));
}
getFeatures () {
return this.db
.select(FEATURE_COLUMNS)