``` repo.update(Catalogue::id eq it, childCatalogu...
# announcements
t
Copy code
repo.update(Catalogue::id eq it, childCatalogue?.copy(parentId = catalogue.parentId))
This is the function in question