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)) } }