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
abcf06b921
commit
71a9e2493b
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,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