From 10732e45c7fbc39429a63f0b277822a0a3afbc08 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 1 Oct 2023 21:35:43 -0700 Subject: [PATCH] Fix accidental deletion. --- ArticlesDatabase/Sources/ArticlesDatabase/ArticlesTable.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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