mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-27 01:19:00 +02:00
chore: bring back impact metrics
This commit is contained in:
parent
6ed7e7aa63
commit
0d6cea7add
@ -68,7 +68,7 @@ export default class FlagResolver implements IFlagResolver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get impactMetrics(): IImpactMetricsResolver | undefined {
|
get impactMetrics(): IImpactMetricsResolver | undefined {
|
||||||
return this.externalResolver.impactMetrics;
|
return this.externalResolver?.impactMetrics;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user