Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
chore: fixed else branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Jul 15, 2024
1 parent 0a37578 commit 4623a5f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public Map<String, Long> getMapNumberHolderByUnits(List<String> units) {
numberOfHolders,
TokenNumberHoldersProjection::getUnit,
TokenNumberHoldersProjection::getNumberOfHolders);
} else {
return new HashMap<>();
}
} catch (Exception e) {
return new HashMap<>();
Expand Down

0 comments on commit 4623a5f

Please sign in to comment.