Skip to content

Commit c4d83c6

Browse files
SR20290919SR20290919
authored andcommitted
removed comment
1 parent 9efda6d commit c4d83c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/iemr/common/utils/TokenDenylist.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public void addTokenToDenylist(String jti, Long expirationTime) {
3030
throw new IllegalArgumentException("Expiration time must be positive");
3131
}
3232

33-
// Store the jti in Redis with expiration time set to the token's exp time (in milliseconds)
3433
try {
3534
String key = getKey(jti); // Use helper method to get the key
3635
redisTemplate.opsForValue().set(key, " ", expirationTime, TimeUnit.MILLISECONDS);

0 commit comments

Comments
 (0)