From 6daedbf6e2a72ed8c9071423ed2c3600937fcf0b Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 3 Apr 2020 21:06:20 -0500 Subject: [PATCH] Removed extraneous batch update end. --- Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift index 47949fe90..b59aef760 100644 --- a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift +++ b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift @@ -524,7 +524,6 @@ private extension CloudKitAccountDelegate { case .failure(let error): self.refreshProgress.clear() - BatchUpdate.shared.end() completion(.failure(error)) } }