WIP
authorKai Moritz <kai@juplo.de>
Sun, 13 Jun 2021 08:45:03 +0000 (10:45 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 13 Jun 2021 08:45:03 +0000 (10:45 +0200)
transfer/src/main/java/de/juplo/kafka/payment/transfer/controller/TransferController.java

index ff9efc0..2d83ad9 100644 (file)
@@ -74,7 +74,6 @@ import java.util.Optional;
     errorAttributes.put("error", HttpStatus.BAD_REQUEST.getReasonPhrase());
     errorAttributes.put("path", request.getRequestURI());
     errorAttributes.put("method", request.getMethod());
-    errorAttributes.put("request", request.get)
     errorAttributes.put("timestamp", new Date());
     Map<String, String> errors = new HashMap<>();
     e.getBindingResult().getAllErrors().forEach((error) -> {