Skip to content

Commit

Permalink
[REFACTOR] #339 named argument 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
sxunea committed Mar 24, 2024
1 parent 2ac7be5 commit 0c210d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class AuthInterceptor @Inject constructor(
return handleTokenExpired(chain, originalRequest, headerRequest)
} catch (t: Throwable) {
Timber.e("Exception: ${t.message}")
saveToken("", "")
saveToken(accessToken = "", refreshToken = "")
}
}
}
Expand Down

0 comments on commit 0c210d0

Please sign in to comment.