We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69dc52 commit 4a33b6cCopy full SHA for 4a33b6c
Sources/ConfidenceProvider/ConfidenceFeatureProvider.swift
@@ -148,7 +148,7 @@ extension Evaluation {
148
return ProviderEvaluation(
149
value: self.value,
150
variant: self.variant,
151
- reason: Reason.targetingMatch.rawValue, // TODO VERIFY THIS!
+ reason: Reason.targetingMatch.rawValue,
152
errorCode: nil,
153
errorMessage: nil
154
)
@@ -162,7 +162,7 @@ extension Evaluation where T == [String: Any] {
162
163
value: openFeatureValue,
164
165
166
167
168
0 commit comments