Skip to content

Commit

Permalink
[FEATURE/#23] rename reissue
Browse files Browse the repository at this point in the history
  • Loading branch information
chattymin committed Jul 30, 2024
1 parent ad2e8ac commit 23dad70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/kkkk/stempo/di/AuthInterceptor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ constructor(
CODE_TOKEN_EXPIRED -> {
try {
runBlocking {
authRepository.postReissueTokens(
authRepository.reissueTokens(
sharedPref.refreshToken
)
}.onSuccess { data ->
Expand Down

0 comments on commit 23dad70

Please sign in to comment.