Skip to content

Commit 3ec9600

Browse files
committed
fix: remove unnecessary bracket
1 parent 21dccf4 commit 3ec9600

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/fr/insee/genesis/controller/rest/responses/RawResponseController.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ public ResponseEntity<String> saveRawResponsesFromJsonBodyWithValidation(
171171
return ResponseEntity.ok("Change this when ready");
172172
}
173173

174-
}
175-
176174
//GET unprocessed
177175
@Operation(summary = "Get campaign id and interrogationId from all unprocessed raw json data")
178176
@GetMapping(path = "/responses/raw/lunatic-json/get/unprocessed")

0 commit comments

Comments
 (0)