Refactor next() -> nextBatch()

This commit is contained in:
Alfonso Grillo
2023-01-24 10:46:38 +01:00
parent 7a5a5f4c93
commit 865f2c5245
5 changed files with 13 additions and 13 deletions
@@ -49,7 +49,7 @@ private extension PollHistoryViewModel {
state.isLoading = true
pollService
.next()
.nextBatch()
.collect()
.sink { [weak self] _ in
#warning("Handle errors")