Skip to content

Commit

Permalink
Update beekeeper-api/src/main/java/com/expediagroup/beekeeper/api/err…
Browse files Browse the repository at this point in the history
…or/BeekeeperExceptionHandler.java

Co-authored-by: Jay Green-Stevens <[email protected]>
  • Loading branch information
HamzaJugon and JayGreeeen authored Oct 23, 2024
1 parent b840ae2 commit 93853d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ public ResponseEntity<ErrorResponse> handlePropertyReferenceException(
return new ResponseEntity<>(errorResponse, HttpStatus.BAD_REQUEST);
}

}
}

0 comments on commit 93853d0

Please sign in to comment.