mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Refactor next() -> nextBatch()
This commit is contained in:
@@ -49,7 +49,7 @@ private extension PollHistoryViewModel {
|
||||
state.isLoading = true
|
||||
|
||||
pollService
|
||||
.next()
|
||||
.nextBatch()
|
||||
.collect()
|
||||
.sink { [weak self] _ in
|
||||
#warning("Handle errors")
|
||||
|
||||
Reference in New Issue
Block a user