Skip to content

Commit fd161e3

Browse files
ref: remove dead ERR_INVITE_UNAPPROVED (#93630)
introduced in 27d1834 but never used <!-- Describe your PR here. -->
1 parent 4df68a9 commit fd161e3

File tree

1 file changed

+0
-1
lines changed
  • src/sentry/api/endpoints/organization_member_invite

1 file changed

+0
-1
lines changed

src/sentry/api/endpoints/organization_member_invite/details.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
)
2828
ERR_EXPIRED = "You cannot resend an expired invitation without regenerating the token."
2929
ERR_RATE_LIMITED = "You are being rate limited for too many invitations."
30-
ERR_INVITE_UNAPPROVED = "You cannot resend an invitation that has not been approved."
3130

3231
MISSING_FEATURE_MESSAGE = "Your organization does not have access to this feature."
3332

0 commit comments

Comments
 (0)