Skip to content

Commit

Permalink
set not syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Apr 19, 2023
1 parent 91bf187 commit 718c275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ParseCareKit/ParseRemote.swift
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ public class ParseRemote: OCKRemoteSynchronizable {
}

guard deviceRevisions.count > 0 else {
await self.remoteStatus.notSynchronzing()
completion(nil)
return
}
Expand Down

0 comments on commit 718c275

Please sign in to comment.