You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(dao): Use the package with the lowest id in findByPackage
When searching for an identical packages, always return the match with
the lowest id. This helps with the deduplication logic introduced in a
later commit, as the deduplication will also keep the package with the
lowest id.
Signed-off-by: Martin Nonnenmacher <[email protected]>
0 commit comments