Skip to content

Commit f7c58ae

Browse files
committed
fix pull revisions
1 parent b5d013f commit f7c58ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ParseCareKit/ParseRemote.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public class ParseRemote: OCKRemoteSynchronizable {
332332
mergeRevision: @escaping (OCKRevisionRecord) -> Void,
333333
completion: @escaping (Error?) -> Void) {
334334
Task {
335-
let query = PCKRevisionRecord.query(ObjectableKey.logicalClock > localClock,
335+
let query = PCKRevisionRecord.query(ObjectableKey.logicalClock >= localClock,
336336
ObjectableKey.clockUUID == self.uuid)
337337
.order([.ascending(ObjectableKey.logicalClock)])
338338
.includeAll()

0 commit comments

Comments
 (0)