Skip to content

Commit 4a33b6c

Browse files
docs: Remove comment
1 parent f69dc52 commit 4a33b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ConfidenceProvider/ConfidenceFeatureProvider.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ extension Evaluation {
148148
return ProviderEvaluation(
149149
value: self.value,
150150
variant: self.variant,
151-
reason: Reason.targetingMatch.rawValue, // TODO VERIFY THIS!
151+
reason: Reason.targetingMatch.rawValue,
152152
errorCode: nil,
153153
errorMessage: nil
154154
)
@@ -162,7 +162,7 @@ extension Evaluation where T == [String: Any] {
162162
return ProviderEvaluation(
163163
value: openFeatureValue,
164164
variant: self.variant,
165-
reason: Reason.targetingMatch.rawValue, // TODO VERIFY THIS!
165+
reason: Reason.targetingMatch.rawValue,
166166
errorCode: nil,
167167
errorMessage: nil
168168
)

0 commit comments

Comments
 (0)