Add missing retry

This commit is contained in:
gmbnt 2020-04-06 13:53:19 +10:00
parent b6f51003c8
commit e2bc7fb4d8
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ public final class LokiAPI : NSObject {
print("[Loki] Failed to update proof of work difficulty from: \(rawResponse).")
}
return rawResponse
}
}.retryingIfNeeded(maxRetryCount: maxRetryCount)
})
}.retryingIfNeeded(maxRetryCount: maxRetryCount)
}