Skip to content

Commit

Permalink
Removes the super statement
Browse files Browse the repository at this point in the history
Co-authored-by: AwkwardPeak7 <[email protected]>
  • Loading branch information
choppeh and AwkwardPeak7 committed Jan 13, 2025
1 parent d87e98d commit 5721768
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ApenasUmaFa : ZeistManga(
) {
override val supportsLatest = false

override fun fetchPopularManga(page: Int) = super.fetchLatestUpdates(page)
override fun fetchPopularManga(page: Int) = fetchLatestUpdates(page)

override fun mangaDetailsParse(response: Response) = SManga.create().apply {
val document = response.asJsoup()
Expand Down

0 comments on commit 5721768

Please sign in to comment.