Commit 5616b2c3 authored by Robert Knight's avatar Robert Knight

Remove an unnecessary closure

parent 6bb4d35d
......@@ -37,7 +37,7 @@ export class FeaturesService {
watch(
this._store.subscribe,
[currentFlags, () => this._store.frames()],
() => sendFeatureFlags()
sendFeatureFlags
);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment