mirror of https://github.com/hykilpikonna/AquaDX
[O] Set all items to valid
parent
0ec76dcde3
commit
cab1dc8838
|
@ -71,6 +71,7 @@ class GetUserItemHandler(
|
|||
}
|
||||
|
||||
return repos.userItem.findByUserCardExtIdAndItemKind(userId, kind).apply {
|
||||
forEach { it.isValid = true }
|
||||
logger.info("Response: $size $kindType items - DB") }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue