Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviocc committed Jan 5, 2021
1 parent 036aa0b commit 8f94c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pinboarding/Views/Refresh/RefreshViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ final class RefreshViewModel: ObservableObject {
refreshCancellable?.cancel()
refreshCancellable = repository.forceRefreshBookmarksPublisher()
.receive(on: RunLoop.main)
.flatMap { Just($0) }
.sink(
receiveCompletion: { _ in },
receiveValue: { _ in }
Expand Down

0 comments on commit 8f94c01

Please sign in to comment.