mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix accidental deletion.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user