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:
parent
e62ad931f0
commit
5f40560b23
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user