Skip to content

Commit

Permalink
EPMRPP-90223 rename organization_type
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Jul 31, 2024
1 parent 54e8bdf commit c6e6fea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public enum OrganizationType {

PERSONAL,
INTERNAL,
UPSA;
EXTERNAL;

public static Optional<OrganizationType> findByName(String name) {
return Arrays.stream(OrganizationType.values())
Expand Down

0 comments on commit c6e6fea

Please sign in to comment.