diff --git a/ArticlesDatabase/Sources/ArticlesDatabase/ArticlesTable.swift b/ArticlesDatabase/Sources/ArticlesDatabase/ArticlesTable.swift index 1aabab0cd..36d74f01c 100644 --- a/ArticlesDatabase/Sources/ArticlesDatabase/ArticlesTable.swift +++ b/ArticlesDatabase/Sources/ArticlesDatabase/ArticlesTable.swift @@ -396,7 +396,7 @@ final class ArticlesTable: DatabaseTable { // MARK: - Unread Counts - func r async throws -> Int { + func unreadCountForFeedID(_ feedID: String) async throws -> Int { try await withCheckedThrowingContinuation { continuation in queue.runInDatabase { databaseResult in