This commit is contained in:
CocoByte 2024-09-24 19:12:39 -06:00
parent 893789262b
commit 8673bc83f7
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 0 additions and 11 deletions

View file

@ -7,7 +7,6 @@ class UserPortfolioRoleChoices(models.TextChoices):
"""
ORGANIZATION_ADMIN = "organization_admin", "Admin"
# ORGANIZATION_ADMIN_READ_ONLY = "organization_admin_read_only", "Admin read only"
ORGANIZATION_MEMBER = "organization_member", "Member"