Skip to content

Commit

Permalink
Trigger coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Homer <[email protected]>
  • Loading branch information
etiennehomer committed Dec 3, 2024
1 parent 2417776 commit bb8adbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public ResponseEntity<Void> deleteFilter(@PathVariable("id") UUID id) {
@Operation(summary = "delete the filters")
@ApiResponse(responseCode = "200", description = "The filters have been deleted")
public ResponseEntity<Void> deleteFilters(@RequestBody List<UUID> ids) {
Logger.getLogger("export").info(() -> "test");
service.deleteFilters(ids);
return ResponseEntity.ok().build();
}
Expand Down

0 comments on commit bb8adbb

Please sign in to comment.