This commit is contained in:
Alfonso Grillo
2023-01-23 15:18:58 +01:00
parent 282ad810b2
commit 3704130262
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")
}