Skip to content

Commit

Permalink
Merge pull request #789 from xavierfacq/fix/ensure_no_duplicate_is_re…
Browse files Browse the repository at this point in the history
…turned

Ensure no duplicate is returned
  • Loading branch information
johnoliver authored Nov 8, 2023
2 parents 604594a + 015a6ec commit 7048092
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 7048092

Please sign in to comment.