diff --git a/Account/Sources/Account/Feedly/Operations/FeedlyGetCollectionsOperation.swift b/Account/Sources/Account/Feedly/Operations/FeedlyGetCollectionsOperation.swift index 151fc2e28..69df07264 100644 --- a/Account/Sources/Account/Feedly/Operations/FeedlyGetCollectionsOperation.swift +++ b/Account/Sources/Account/Feedly/Operations/FeedlyGetCollectionsOperation.swift @@ -10,7 +10,8 @@ import Foundation import os.log protocol FeedlyCollectionProviding: AnyObject { - var collections: [FeedlyCollection] { get } + + @MainActor var collections: [FeedlyCollection] { get } } /// Get Collections from Feedly.