[O] Set all items to valid

pull/23/head
Azalea 2024-03-25 14:18:04 -04:00
parent 0ec76dcde3
commit cab1dc8838
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ class GetUserItemHandler(
}
return repos.userItem.findByUserCardExtIdAndItemKind(userId, kind).apply {
forEach { it.isValid = true }
logger.info("Response: $size $kindType items - DB") }
}