We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc1cfb commit f29da6dCopy full SHA for f29da6d
1 file changed
Sources/SQLiteData/CloudKit/CloudKit+StructuredQueries.swift
@@ -9,8 +9,8 @@
9
}
10
11
extension _CKRecord where Self == CKShare {
12
- public typealias _AllFieldsRepresentation = SQLiteData._AllFieldsRepresentation<CKRecord>
13
- public typealias SystemFieldsRepresentation = _SystemFieldsRepresentation<CKRecord>
+ public typealias _AllFieldsRepresentation = SQLiteData._AllFieldsRepresentation<CKShare>
+ public typealias SystemFieldsRepresentation = _SystemFieldsRepresentation<CKShare>
14
15
16
extension Optional where Wrapped: CKRecord {
0 commit comments