This commit is contained in:
Alfonso Grillo
2023-01-23 15:18:58 +01:00
parent 5cea4e441d
commit bbdda2a8b0
4 changed files with 14 additions and 8 deletions
@@ -36,7 +36,7 @@ final class PollHistoryService: PollHistoryServiceProtocol {
updatesSubject.eraseToAnyPublisher()
}
var updatesErrors: AnyPublisher<Error, Never> {
var pollErrors: AnyPublisher<Error, Never> {
updatesErrorsSubject.eraseToAnyPublisher()
}