chore(command): Update validation fix

This commit is contained in:
2026-03-04 12:10:24 +03:00
parent 8925d9be9f
commit d991fe02c4

View File

@@ -21,6 +21,7 @@ class Update(
if (collectionManager.getCollection().none { it.id == id }) {
io.println("элемент с id=$id не найден")
return
}
val newProduct = ProductReader(io).read()