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
|
||||
updateManga.await(
|
||||
MangaUpdate(
|
||||
id = manga.id!!,
|
||||
favorite = manga.favorite,
|
||||
id = prevManga.id!!,
|
||||
favorite = prevManga.favorite,
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue