Skip to content

Commit

Permalink
fixed klint CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsankesara authored and mpgxvii committed Jan 25, 2024
1 parent feb2ced commit 15f8795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class OuraAuthorizationService(
val response = httpClient.get {
url(OURA_USER_ID_ENDPOINT)
headers {
append(HttpHeaders.Authorization, "Bearer ${accessToken}")
append(HttpHeaders.Authorization, "Bearer $accessToken")
}
}
if (response.status.isSuccess()) {
Expand Down

0 comments on commit 15f8795

Please sign in to comment.