mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Add live synced days
This commit is contained in:
@@ -37,6 +37,11 @@ final class MockPollHistoryService: PollHistoryServiceProtocol {
|
||||
}
|
||||
|
||||
var hasNextBatch: Bool = true
|
||||
|
||||
var fetchedUpToPublisher: AnyPublisher<Date, Never> = Just(.init()).eraseToAnyPublisher()
|
||||
var fetchedUpTo: AnyPublisher<Date, Never> {
|
||||
fetchedUpToPublisher
|
||||
}
|
||||
}
|
||||
|
||||
private extension MockPollHistoryService {
|
||||
|
||||
Reference in New Issue
Block a user