Skip to content

Commit

Permalink
Update src/main/java/eu/europa/ec/dgc/gateway/connector/DgcGatewayRev…
Browse files Browse the repository at this point in the history
…ocationListUploadConnector.java

Co-authored-by: Felix Dittrich <[email protected]>
  • Loading branch information
Morphyum and f11h authored Mar 15, 2022
1 parent 8bce09d commit 655a672
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ public void deleteRevocationBatch(String batchId) throws DgcRevocationBatchUploa

RevocationBatchDeleteRequestDto deleteRequest = new RevocationBatchDeleteRequestDto();
deleteRequest.setBatchId(batchId);
ObjectMapper mapper = new ObjectMapper();
String jsonString = mapper.writeValueAsString(deleteRequest);

String payload = new SignedStringMessageBuilder().withPayload(jsonString)
Expand Down

0 comments on commit 655a672

Please sign in to comment.