Skip to content

Commit

Permalink
fix: [Followup] Retry for failed sign in attempt #2106
Browse files Browse the repository at this point in the history
  • Loading branch information
priyonto committed Aug 12, 2024
1 parent 3fd7292 commit 5cc31fb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,6 @@ extension RuuviCloudApiURLSession {
promise.fail(
error: .unexpectedHTTPStatusCodeShouldRetry(httpResponse.statusCode)
)
} else {
promise.fail(
error: .unexpectedHTTPStatusCode(httpResponse.statusCode)
)
}
} else {
promise.fail(error: userApiError)
Expand Down

0 comments on commit 5cc31fb

Please sign in to comment.