fix: add missing request retry logic

This commit is contained in:
CMK 2021-03-06 14:59:27 +08:00
parent 893dc2a668
commit c6103eed35
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ extension MastodonPickServerViewModel.LoadIndexedServerState {
switch completion {
case .failure(let error):
// TODO: handle error
break
stateMachine.enter(Fail.self)
case .finished:
break
}