Skip to content

Commit

Permalink
Fix duplicate animes in sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Feb 13, 2024
1 parent 945c042 commit f7319f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class SiteController {
1,
102
)!!.data
}
}.distinctBy { it.uuid }

Check warning on line 84 in src/main/kotlin/fr/shikkanime/controllers/site/SiteController.kt

View check run for this annotation

Codecov / codecov/patch

src/main/kotlin/fr/shikkanime/controllers/site/SiteController.kt#L84

Added line #L84 was not covered by tests

val episode = episodeCacheService.findAllBy(
CountryCode.FR,
Expand Down

0 comments on commit f7319f1

Please sign in to comment.