[O] Set all items to valid

This commit is contained in:
Azalea
2024-03-25 14:18:04 -04:00
parent 0ec76dcde3
commit cab1dc8838

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") }
}