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
Copy file name to clipboardexpand all lines: server/src/main/java/com/objectcomputing/checkins/services/feedback_answer/FeedbackAnswerServicesImpl.java
Copy file name to clipboardexpand all lines: server/src/main/java/com/objectcomputing/checkins/services/feedback_answer/question_and_answer/QuestionAndAnswerServicesImpl.java
+2-16
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public QuestionAndAnswerServicesImpl(FeedbackAnswerServices feedbackAnswerServic
Copy file name to clipboardexpand all lines: server/src/main/java/com/objectcomputing/checkins/services/feedback_request/FeedbackRequestServicesImpl.java
+33-10
Original file line number
Diff line number
Diff line change
@@ -272,10 +272,8 @@ public FeedbackRequest getById(UUID id) {
272
272
if (feedbackReq.isEmpty()) {
273
273
thrownewNotFoundException("No feedback req with id " + id);
0 commit comments