We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d013f commit f7c58aeCopy full SHA for f7c58ae
Sources/ParseCareKit/ParseRemote.swift
@@ -332,7 +332,7 @@ public class ParseRemote: OCKRemoteSynchronizable {
332
mergeRevision: @escaping (OCKRevisionRecord) -> Void,
333
completion: @escaping (Error?) -> Void) {
334
Task {
335
- let query = PCKRevisionRecord.query(ObjectableKey.logicalClock > localClock,
+ let query = PCKRevisionRecord.query(ObjectableKey.logicalClock >= localClock,
336
ObjectableKey.clockUUID == self.uuid)
337
.order([.ascending(ObjectableKey.logicalClock)])
338
.includeAll()
0 commit comments