Skip to content

Commit

Permalink
Ensure no duplicate is returned
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfacq committed Nov 8, 2023
1 parent 604594a commit 015a6ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ constructor(
semver
)
.map { it.release_name }
.distinct()

val pagedReleases = getPage(pageSize, page, releases, showPageCount ?: false)

Expand Down

0 comments on commit 015a6ec

Please sign in to comment.