Skip to content

Commit

Permalink
Updated the short cut
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett committed Feb 10, 2025
1 parent 55d235f commit 5c4f12e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public AlleleGeneAssociation validateAlleleGeneAssociationDTO(AlleleGeneAssociat
SearchResponse<AlleleGeneAssociation> searchResponse = alleleGeneAssociationDAO.findByParams(params);
if (searchResponse != null && searchResponse.getResults().size() == 1) {
association = searchResponse.getSingleResult();
return association;
}
}

Expand Down

0 comments on commit 5c4f12e

Please sign in to comment.