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 79c0d06 commit c904db8Copy full SHA for c904db8
Sources/Data Model/Holdout.swift
@@ -66,7 +66,6 @@ extension Holdout: Equatable {
66
lhs.key == rhs.key &&
67
lhs.status == rhs.status &&
68
lhs.variations == rhs.variations &&
69
- lhs.layerId == rhs.layerId &&
70
lhs.trafficAllocation == rhs.trafficAllocation &&
71
lhs.audienceIds == rhs.audienceIds &&
72
lhs.audienceConditions == rhs.audienceConditions &&
0 commit comments