1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix: fake client-store impl

This commit is contained in:
Ivar Conradi Østhus 2021-10-07 11:33:14 +02:00
parent e62ad931f0
commit 5f40560b23
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -18,6 +18,12 @@ export default class FakeClientMetricsStoreV2
super();
this.setMaxListeners(0);
}
getSeenAppsForFeatureToggle(
featureName: string,
hoursBack?: number,
): Promise<string[]> {
throw new Error('Method not implemented.');
}
getMetricsForFeatureToggle(
featureName: string,
hoursBack?: number,