ignore
This commit is contained in:
parent
002ca575f2
commit
6d0445417c
@ -252,7 +252,7 @@ public class GroupRestAPI {
|
||||
|
||||
Group group = groupService.getGroupById(id);
|
||||
Strat strat = stratService.getStratById(stratId);
|
||||
if (group == null | strat == null) {
|
||||
if (group == null || strat == null) {
|
||||
return ResponseEntity.notFound().build();
|
||||
}
|
||||
if (!group.getMembers().contains(user)) {
|
||||
|
Loading…
Reference in New Issue
Block a user