refactor: removed no used anymore.

This commit is contained in:
KaiserBh 2023-07-15 01:28:53 +10:00
parent 93f3dd35ff
commit 4db4dd277c

View File

@ -24,7 +24,6 @@ fun Chapter.copyFromSChapter(sChapter: SChapter): Chapter {
dateUpload = sChapter.date_upload,
chapterNumber = sChapter.chapter_number,
scanlator = sChapter.scanlator?.ifBlank { null },
lastModifiedAt = null,
)
}