토큰저장소 -> mutableList로 변경
This commit is contained in:
@@ -7,5 +7,5 @@ import org.springframework.data.redis.core.RedisHash
|
||||
data class MemberToken(
|
||||
@Id
|
||||
val id: Long,
|
||||
var tokenList: List<String>
|
||||
var tokenList: MutableList<String>
|
||||
)
|
||||
|
Reference in New Issue
Block a user