diff --git a/Account/Sources/Account/ReaderAPI/ReaderAPIAccountDelegate.swift b/Account/Sources/Account/ReaderAPI/ReaderAPIAccountDelegate.swift index 8971df98b..4cc99780a 100644 --- a/Account/Sources/Account/ReaderAPI/ReaderAPIAccountDelegate.swift +++ b/Account/Sources/Account/ReaderAPI/ReaderAPIAccountDelegate.swift @@ -635,7 +635,7 @@ private extension ReaderAPIAccountDelegate { os_log(.debug, log: log, "Syncing feeds with %ld subscriptions.", subscriptions.count) - let subFeedIds = subscriptions.map { String($0.feedID) } + let subFeedIds = subscriptions.map { $0.feedID } // Remove any feeds that are no longer in the subscriptions if let folders = account.folders {