Skip to content

Commit

Permalink
feat: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-touret authored and David Pequegnot committed Jul 2, 2024
1 parent 090fa48 commit 62053e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public ResponseEntity<List<Payment>> findAll() {
@Operation(description = "Count all payments", summary = "Count payments")
public ResponseEntity<Long> count() {
// LOG.info("Request: get number of processed payments");
// return ResponseEntity.ok(paymentService.count());
return ResponseEntity.ok(paymentService.count());
}

@GetMapping("{id}")
Expand Down

0 comments on commit 62053e7

Please sign in to comment.