This commit is contained in:
Alfonso Grillo
2023-01-23 15:18:58 +01:00
parent 5cea4e441d
commit bbdda2a8b0
4 changed files with 14 additions and 8 deletions
@@ -73,7 +73,7 @@ private extension PollHistoryViewModel {
.store(in: &subcriptions)
pollService
.updatesErrors
.pollErrors
.sink { detail in
#warning("Handle errors")
}