Fix accidental deletion.

This commit is contained in:
Brent Simmons
2023-10-01 21:35:43 -07:00
parent 085d8ec06c
commit 10732e45c7

View File

@@ -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