diff --git a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift index 56f82193d..633efb4a7 100644 --- a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift +++ b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift @@ -314,6 +314,7 @@ final class CloudKitAccountDelegate: AccountDelegate { if case .failure(let error) = result { os_log(.error, log: self.log, "Restore articles error: %@.", error.localizedDescription) } + completion(.success(())) } case .failure(let error): self.refreshProgress.clear()