Skip to content

Commit

Permalink
Update LdapGroup.java to add CoH
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk authored Nov 8, 2023
1 parent 7b5fc5d commit 48f0489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/ch/wisv/events/utils/LdapGroup.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ public enum LdapGroup {
CPR("CPR"),
CC("CC"),
HACKCIE("HackCie"),
CHESSCO("CHessCo");
CHESSCO("CHessCo"),
COH("CoH");

/** Nam of the LdapGroup. */
private final String name;
Expand Down

0 comments on commit 48f0489

Please sign in to comment.