This commit is contained in:
Syer10
2026-06-17 13:39:53 -04:00
parent 3cf4cf6cf8
commit 4b61d375ed
7 changed files with 24 additions and 7 deletions

View File

@@ -190,7 +190,7 @@ class MangaMutation {
Manga.updateMangaAndChapters(
mangaId = id,
updateManga = fetchManga,
updateChapters = fetchChapters
updateChapters = fetchChapters,
)
val (manga, chapters) =