mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
Fix
This commit is contained in:
parent
1307ba6bbe
commit
a157f1daef
@ -140,6 +140,7 @@ export default class ClientApplicationsStore
|
|||||||
) {
|
) {
|
||||||
this.db = db;
|
this.db = db;
|
||||||
this.logger = getLogger('client-applications-store.ts');
|
this.logger = getLogger('client-applications-store.ts');
|
||||||
|
this.flagResolver = flagResolver;
|
||||||
this.timer = (action: string) =>
|
this.timer = (action: string) =>
|
||||||
metricsHelper.wrapTimer(eventBus, DB_TIME, {
|
metricsHelper.wrapTimer(eventBus, DB_TIME, {
|
||||||
store: 'client-applications',
|
store: 'client-applications',
|
||||||
|
Loading…
Reference in New Issue
Block a user