Skip to content

Commit

Permalink
2024-12-03 - check-ins
Browse files Browse the repository at this point in the history
  • Loading branch information
Luch76 committed Dec 3, 2024
1 parent 7e842ac commit dd6e579
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,8 @@ public List<FeedbackAnswer> findByValues(@Nullable UUID questionId, @Nullable UU

try {
currentUser = currentUserServices.getCurrentUser();

} catch (NotFoundException e) {
currentUser = null;

}
final UUID currentUserId = (currentUser != null) ? currentUser.getId() : null;

Expand Down

0 comments on commit dd6e579

Please sign in to comment.