Remove unnecessary string creation
This commit is contained in:
parent
3e9f208dff
commit
7db18d2366
@ -635,7 +635,7 @@ private extension ReaderAPIAccountDelegate {
|
|||||||
|
|
||||||
os_log(.debug, log: log, "Syncing feeds with %ld subscriptions.", subscriptions.count)
|
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
|
// Remove any feeds that are no longer in the subscriptions
|
||||||
if let folders = account.folders {
|
if let folders = account.folders {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user