forked from Cookies_Github_mirror/AquaDX
[O] Set all items to valid
This commit is contained in:
@@ -71,6 +71,7 @@ class GetUserItemHandler(
|
||||
}
|
||||
|
||||
return repos.userItem.findByUserCardExtIdAndItemKind(userId, kind).apply {
|
||||
forEach { it.isValid = true }
|
||||
logger.info("Response: $size $kindType items - DB") }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user