remove 'members' from CommunityStatus

This commit is contained in:
Michele Artini 2023-07-11 13:44:38 +02:00
parent 096b229c5a
commit d8834eb84f
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ public enum CommunityStatus {
@Schema(description = "visible to RCD managers and to the community users")
all,
@Schema(description = "visible only to RCD members")
members,
@Schema(description = "restricted visibility")
RESTRICTED,