diff --git a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift index d448bbdec..12d2e6f13 100644 --- a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift +++ b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift @@ -847,7 +847,7 @@ private extension CloudKitAccountDelegate { } func insertSyncStatuses(articles: Set
?, statusKey: SyncStatus.Key, flag: Bool) { - guard let articles = articles else { + guard let articles = articles, !articles.isEmpty else { return } let syncStatuses = articles.map { article in