We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbd822 commit 32b3ca3Copy full SHA for 32b3ca3
src/main/java/org/routineade/RoutineAdeServer/controller/GroupController.java
@@ -155,7 +155,7 @@ public ResponseEntity<UserGroupsGetResponse> getUserGroups(Principal principal)
155
@GetMapping
156
public ResponseEntity<GroupsGetResponse> getGroups(Principal principal,
157
@RequestParam(required = false) String groupCategory,
158
- @RequestParam(required = false) String sortType,
+ @RequestParam String sortType,
159
@RequestParam(required = false) Long groupCode,
160
@RequestParam(required = false) String keyword) {
161
User user = userService.getUserOrException(Long.valueOf(principal.getName()));
0 commit comments