diff --git a/Frameworks/Account/Feedbin/FeedbinAccountDelegate.swift b/Frameworks/Account/Feedbin/FeedbinAccountDelegate.swift index 1c7a75971..00c494a82 100644 --- a/Frameworks/Account/Feedbin/FeedbinAccountDelegate.swift +++ b/Frameworks/Account/Feedbin/FeedbinAccountDelegate.swift @@ -614,7 +614,7 @@ private extension FeedbinAccountDelegate { func syncFeeds(_ account: Account, _ subscriptions: [FeedbinSubscription]?) { - let subscriptions = subscriptions ?? [] + guard let subscriptions = subscriptions else { return } os_log(.debug, log: log, "Syncing feeds with %ld subscriptions.", subscriptions.count)