Skip to content

Commit

Permalink
feat: removed redundant lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kz44 committed Apr 13, 2024
1 parent a813cd2 commit d2b4c80
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ public List<EventHistoryDTO> getEventsHistory(@ParameterObject final Pageable pa
@GetMapping("/nearby")
public List<EventDTO> getNearbyEvents(@RequestBody RequestEventDTO requestEventDTO,
@ParameterObject final Pageable pageable) {
public List<EventDTO> getNearbyEvents(@RequestParam RequestEventDTO requestEventDTO,
final Pageable pageable) {
return eventService.getNearbyEvents(requestEventDTO, pageable);
}

Expand Down

0 comments on commit d2b4c80

Please sign in to comment.