Change Posthog's feature flags Ids

This commit is contained in:
jvcalderon 2023-11-04 12:46:50 +01:00
parent 6ecdcdef98
commit cfc0258f3f
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
export enum FeatureFlag {
LICENSING = "LICENSING",
// Feature IDs in Posthog
PER_CREATOR_PER_USER_PRICE = "18873",
PER_CREATOR_PER_USER_PRICE_ALERT = "18530",
PER_CREATOR_PER_USER_PRICE = "PER_CREATOR_PER_USER_PRICE",
PER_CREATOR_PER_USER_PRICE_ALERT = "PER_CREATOR_PER_USER_PRICE_ALERT",
}
export interface TenantFeatureFlags {