hot fix child transactiopns
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user