mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(chapter): A mishap
This commit is contained in:
parent
5b637fae8f
commit
82b73bce76
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ suspend fun syncChaptersWithSource(
|
|||
}
|
||||
|
||||
if (updatedToAdd.isNotEmpty()) {
|
||||
updatedToAdd = insertChapter.awaitBulk(toAdd)
|
||||
updatedToAdd = insertChapter.awaitBulk(updatedToAdd)
|
||||
}
|
||||
|
||||
if (toChange.isNotEmpty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue