Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Oct 28, 2024
1 parent 85d7079 commit 610d426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public Response doGet(
@Produces(MediaType.APPLICATION_JSON)
public Response doPost(@NotNull GHRequest request, @Context HttpServletRequest httpReq) {
if (!request.hasSnapPreventions())
request.setSnapPreventions(List.of("tunnel", "bridge", "ferry"));
request.setSnapPreventions(snapPreventionsDefault);

StopWatch sw = new StopWatch().start();
request = ghRequestTransformer.transformRequest(request);
Expand Down

0 comments on commit 610d426

Please sign in to comment.