Skip to content

Commit

Permalink
Remove duplicated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiya-kume committed Sep 16, 2023
1 parent 65ffeeb commit 6e246d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class DefaultOssLicenseDataSource @Inject constructor(
licensesText = licensesText,
)
}
.distinctBy { it.id }
}

private fun List<License>.groupByCategory(): Map<String, List<License>> {
Expand Down

0 comments on commit 6e246d2

Please sign in to comment.