Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Oct 25, 2023
1 parent 5bda732 commit 7ed4f5e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ class OuraAuthorizationService(
try {
val response = httpClient.get {
url {
takeFrom(OURA_USER_ID_ENDPOINT)
parameters.append("access_token", accessToken)
}
takeFrom(OURA_USER_ID_ENDPOINT)
parameters.append("access_token", accessToken)
}
}
if (response.status.isSuccess()) {
response.body<OuraAuthUserId>().userId
Expand Down

0 comments on commit 7ed4f5e

Please sign in to comment.