Skip to content

Commit ed06f06

Browse files
Merge pull request #137 from abidon/main
2 parents cae1870 + 93b3dda commit ed06f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Graphiti/Definition/AnyType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ final class AnyType: Hashable {
1010
}
1111

1212
static func == (lhs: AnyType, rhs: AnyType) -> Bool {
13-
return lhs.hashValue == rhs.hashValue
13+
return lhs.type == rhs.type
1414
}
1515
}

0 commit comments

Comments
 (0)