mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix typo.
This commit is contained in:
@@ -808,7 +808,7 @@ final class FeedlyAccountDelegate: AccountDelegate {
|
||||
try await caller.getFeeds(for: url, count: 1, localeIdentifier: Locale.current.identifier)
|
||||
}
|
||||
|
||||
func featchStreamContents(resource: FeedlyResourceID, continuation: String? = nil, newerThan: Date?, unreadOnly: Bool? = nil) async throws -> Set<ParsedItem> {
|
||||
func fetchStreamContents(resource: FeedlyResourceID, continuation: String? = nil, newerThan: Date?, unreadOnly: Bool? = nil) async throws -> Set<ParsedItem> {
|
||||
|
||||
// To replace FeedlyGetStreamContentsOperation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user