Skip to content

Commit

Permalink
Merge pull request #137 from abidon/main
Browse files Browse the repository at this point in the history
  • Loading branch information
NeedleInAJayStack authored Jul 27, 2024
2 parents cae1870 + 93b3dda commit ed06f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Graphiti/Definition/AnyType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ final class AnyType: Hashable {
}

static func == (lhs: AnyType, rhs: AnyType) -> Bool {
return lhs.hashValue == rhs.hashValue
return lhs.type == rhs.type
}
}

0 comments on commit ed06f06

Please # to comment.