Skip to content

Commit

Permalink
Update pic-sure-auth-services/src/main/java/edu/harvard/hms/dbmi/avil…
Browse files Browse the repository at this point in the history
…lach/auth/data/repository/UserRepository.java
  • Loading branch information
Gcolon021 committed Oct 17, 2023
1 parent 60d6d42 commit c671723
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public User findOrCreate(User inputUser) {
user = createUser(inputUser);
} catch (NonUniqueResultException e) {
logger.error("findOrCreate() " + e.getClass().getSimpleName() + ": " + e.getMessage());
user = createUser(inputUser);
}
return user;
}
Expand Down

0 comments on commit c671723

Please sign in to comment.