Skip to content

Commit

Permalink
Merge pull request #512 from WISVCH/add-eiweiw
Browse files Browse the repository at this point in the history
Add EIWEIW to LdapGroup.java
  • Loading branch information
robertdijk authored Dec 12, 2024
2 parents 92b32da + 4d2530a commit 38f583a
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 @@ -39,7 +39,8 @@ public enum LdapGroup {
CC("CC"),
HACKCIE("HackCie"),
CHESSCO("CHessCo"),
COH("CoH");
COH("CoH"),
EIWEIW("EIWEIW");

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

0 comments on commit 38f583a

Please sign in to comment.