Skip to content

Commit

Permalink
Merge pull request #61 from DataDog/feat/java-action-test
Browse files Browse the repository at this point in the history
Feat/java action test
  • Loading branch information
jeastham1993 authored Aug 21, 2024
2 parents 008efb0 + d9eaa1c commit ac7e508
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public Function<APIGatewayV2HTTPEvent, APIGatewayV2HTTPResponse> handleGetProduc
.withHeaders(Map.of("Content-Type", "application/json"))
.build();
} catch (JsonProcessingException e) {
logger.error("an exception occurred", e);
logger.error("an error occurred", e);

return APIGatewayV2HTTPResponse.builder()
.withStatusCode(500)
Expand Down

0 comments on commit ac7e508

Please sign in to comment.