Skip to content

Commit

Permalink
fix: Add 'users' plan (#3518)
Browse files Browse the repository at this point in the history
  • Loading branch information
suejung-sentry authored Nov 20, 2024
1 parent 39e4e9e commit 21fe01f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/utils/billing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { AccountDetailsSchema } from 'services/account'
import { useFlags } from 'shared/featureFlags'

export const Plans = {
USERS: 'users',
USERS_FREE: 'users-free',
USERS_BASIC: 'users-basic',
USERS_TRIAL: 'users-trial',
Expand Down

0 comments on commit 21fe01f

Please sign in to comment.