Skip to content

Commit

Permalink
todo specification
Browse files Browse the repository at this point in the history
  • Loading branch information
ReallyWeirdCat committed Nov 25, 2024
1 parent f9be4f3 commit 2018062
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ public ResponseEntity<?> eventStudyGroups(Principal principal, @PathVariable Lon
return ResponseEntity.ok().body(studyGroups);
}

// TODO: implement getters of events for particular groups and particular time periods

@Autowired
public void setEventService(EventService eventService) {
this.eventService = eventService;
Expand Down

0 comments on commit 2018062

Please sign in to comment.