Skip to content

Commit c904db8

Browse files
Remove layer id from equatable condition
1 parent 79c0d06 commit c904db8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Data Model/Holdout.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ extension Holdout: Equatable {
6666
lhs.key == rhs.key &&
6767
lhs.status == rhs.status &&
6868
lhs.variations == rhs.variations &&
69-
lhs.layerId == rhs.layerId &&
7069
lhs.trafficAllocation == rhs.trafficAllocation &&
7170
lhs.audienceIds == rhs.audienceIds &&
7271
lhs.audienceConditions == rhs.audienceConditions &&

0 commit comments

Comments
 (0)