Skip to content

Commit

Permalink
always keep local remote knowledge vector updated in pullRevisions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Apr 21, 2023
1 parent 0b41502 commit 25106d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/ParseCareKit/ParseRemote.swift
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ public class ParseRemote: OCKRemoteSynchronizable {
completion(ParseCareKitError.couldntUnwrapClock)
return
}
} else {
await self.remoteStatus.updateKnowledgeVector(updatedParseClock.knowledgeVector)
}

// 4. Lock in the changes and catch up local device.
Expand Down

0 comments on commit 25106d3

Please sign in to comment.