hot fix child transactiopns

This commit is contained in:
xds
2025-03-10 23:56:29 +03:00
parent ed8965b055
commit 4d5b89b08c
4 changed files with 66 additions and 61 deletions

View File

@@ -150,7 +150,7 @@ class SpaceService(
}
launch {
val recurrents = recurrentService.getRecurrents(objectId.toString()).awaitFirstOrNull().orEmpty()
val recurrents = recurrentService.getRecurrents(objectId.toString())
recurrentRepo.deleteAll(recurrents).awaitFirstOrNull()
}
}