Removed extraneous batch update end.

This commit is contained in:
Maurice Parker 2020-04-03 21:06:20 -05:00
parent 4d3e9b068f
commit 6daedbf6e2
1 changed files with 0 additions and 1 deletions

View File

@ -524,7 +524,6 @@ private extension CloudKitAccountDelegate {
case .failure(let error):
self.refreshProgress.clear()
BatchUpdate.shared.end()
completion(.failure(error))
}
}