Skip to content

Commit

Permalink
Remove new line
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Nov 12, 2024
1 parent f438b8f commit 2b44d35
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class TokenAuthenticator(
val request = response.request
val authorization = request.header("Authorization")
val apiToken = tokenInterceptorListener.getApiToken() ?: return@runBlocking null

val isAlreadyRefreshed = apiToken.accessToken != authorization?.replaceFirst("Bearer ", "")
val hasUserChanged = userId != tokenInterceptorListener.getCurrentUserId()

Expand Down

0 comments on commit 2b44d35

Please sign in to comment.