diff --git a/Account/Sources/Account/Account.swift b/Account/Sources/Account/Account.swift index 2b2f85190..d33bf61f5 100644 --- a/Account/Sources/Account/Account.swift +++ b/Account/Sources/Account/Account.swift @@ -220,7 +220,6 @@ public enum FetchType { let dataFolder: String let database: ArticlesDatabase var delegate: AccountDelegate - @MainActor static let saveQueue = CoalescingQueue(name: "Account Save Queue", interval: 1.0) private var unreadCounts = [String: Int]() // [feedID: Int]