mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix lint
This commit is contained in:
parent
12279e822d
commit
e46fbe4010
@ -14,7 +14,6 @@ class FeatureToggleStore {
|
||||
eventStore.on(eventType.featureRevived, event => this._reviveFeature(event.data));
|
||||
}
|
||||
|
||||
|
||||
getFeatures () {
|
||||
return this.db
|
||||
.select(FEATURE_COLUMNS)
|
||||
|
Loading…
Reference in New Issue
Block a user