This commit is contained in:
Alfonso Grillo
2023-01-23 15:18:58 +01:00
parent 282ad810b2
commit 3704130262
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()
}