1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00
This commit is contained in:
sjaanus 2024-04-18 13:55:59 +03:00
parent 1307ba6bbe
commit a157f1daef
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF

View File

@ -140,6 +140,7 @@ export default class ClientApplicationsStore
) {
this.db = db;
this.logger = getLogger('client-applications-store.ts');
this.flagResolver = flagResolver;
this.timer = (action: string) =>
metricsHelper.wrapTimer(eventBus, DB_TIME, {
store: 'client-applications',