Skip to content

Commit

Permalink
Update Sources/Confidence/ConfidenceValue.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Fabrizio Demaria <[email protected]>
  • Loading branch information
vahidlazio and fabriziodemaria committed Apr 23, 2024
1 parent 221d71f commit 7bff054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Confidence/ConfidenceValue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public extension ConfidenceStruct {
newStruct[entry.key] = entry.value
}
// add all the rest keys
for entry in self {
for entry in self where entry.key != "open_feature" {
newStruct[entry.key] = entry.value
}
return newStruct
Expand Down

0 comments on commit 7bff054

Please sign in to comment.