Browse Source

chore: Update comment for OrganizationStatus.VISIBLE alias (#37831)

Alberto Leal 2 years ago
parent
commit
bf9a1f5ea8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sentry/models/organization.py

+ 1 - 1
src/sentry/models/organization.py

@@ -36,7 +36,7 @@ class OrganizationStatus(IntEnum):
     PENDING_DELETION = 1
     DELETION_IN_PROGRESS = 2
 
-    # alias
+    # alias for OrganizationStatus.ACTIVE
     VISIBLE = 0
 
     def __str__(self):