mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-28 04:06:57 +02:00
Improve error handling
This commit is contained in:
@@ -23,7 +23,7 @@ final class MockPollHistoryService: PollHistoryServiceProtocol {
|
||||
polls.eraseToAnyPublisher()
|
||||
}
|
||||
|
||||
var error: AnyPublisher<Error, Never> {
|
||||
var error: AnyPublisher<PollHistoryError, Never> {
|
||||
Empty().eraseToAnyPublisher()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user