update dependencies and fix build

This commit is contained in:
2025-06-27 10:37:53 +06:00
parent 333f807c97
commit 9ebadfe1e4
7 changed files with 31 additions and 27 deletions

View File

@@ -132,7 +132,7 @@ class ExposedPostsRepo(
}.associateBy { it.id }
val existsIds = posts.keys.toList()
transaction(db = database) {
val deleted = deleteWhere(null, null) {
val deleted = deleteWhere {
selectByIds(it, existsIds)
}
with(contentRepo) {