Skip to content

Commit

Permalink
style :: 띄어쓰기 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Feb 25, 2024
1 parent 410489c commit 9849ddd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class TokenProvider(

fun reissue(token: String): TokenResponse {
val refreshToken = refreshTokenRepository.findByIdOrNull(token)
?: throw InvalidTokenException
?: throw InvalidTokenException

return receiveToken(refreshToken.accountId)
}
Expand Down

0 comments on commit 9849ddd

Please sign in to comment.