mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
fix lint
This commit is contained in:
parent
4037fdf8ba
commit
efd562556b
@ -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