Skip to content

Commit 17a68c9

Browse files
committed
Revert "see if its just the weirdness around the id name that is tripping the compiler up"
This reverts commit 0f79299.
1 parent 0f79299 commit 17a68c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/JSONAPI/Resource/Resource Object/ResourceObject.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ extension ResourceObject: JSONAPIIdentifiable, IdentifiableResourceObjectType, R
167167
public typealias ID = ResourceObject.Id
168168
}
169169

170-
//@available(OSX 10.15, iOS 13, tvOS 13, watchOS 6, *)
171-
//extension ResourceObject: Swift.Identifiable where EntityRawIdType: JSONAPI.RawIdType {}
170+
@available(OSX 10.15, iOS 13, tvOS 13, watchOS 6, *)
171+
extension ResourceObject: Swift.Identifiable where EntityRawIdType: JSONAPI.RawIdType {}
172172

173173
extension ResourceObject: CustomStringConvertible {
174174
public var description: String {

0 commit comments

Comments
 (0)