mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(migration): Wrong manga
This commit is contained in:
parent
0934e7518b
commit
c7ef06717d
1 changed files with 2 additions and 2 deletions
|
@ -226,8 +226,8 @@ class MigrationProcessAdapter(
|
||||||
prevManga.favorite = false
|
prevManga.favorite = false
|
||||||
updateManga.await(
|
updateManga.await(
|
||||||
MangaUpdate(
|
MangaUpdate(
|
||||||
id = manga.id!!,
|
id = prevManga.id!!,
|
||||||
favorite = manga.favorite,
|
favorite = prevManga.favorite,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue