Skip to content

Commit

Permalink
Merge pull request #461 from Team-WeQuiz/feat/#457
Browse files Browse the repository at this point in the history
[feat/#457] πŸ§ͺ : Test: pr 생성 μ‹œ ν…ŒμŠ€νŠΈ λŒμ•„κ°€λŠ”μ§€ 확인
  • Loading branch information
koomchang authored May 16, 2024
2 parents c6a148c + bc4d14d commit 46d65fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ private String getRefreshToken(User user, Date expiration) {
private Date expiration(Long refreshExpiration) {
return new Date(System.currentTimeMillis() + refreshExpiration);
}

}

0 comments on commit 46d65fc

Please sign in to comment.