1
0
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:
kwasniew 2025-06-25 16:53:02 +02:00
parent 6ed7e7aa63
commit 0d6cea7add
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

@ -68,7 +68,7 @@ export default class FlagResolver implements IFlagResolver {
}
get impactMetrics(): IImpactMetricsResolver | undefined {
return this.externalResolver.impactMetrics;
return this.externalResolver?.impactMetrics;
}
}