Skip to content

Commit

Permalink
chore: use GetFeatures()
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed May 20, 2023
1 parent 58a8871 commit bf73e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/account/account_new.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func AccountTempCheck(c *gin.Context) {
IsMostRecentExpiredSubscriptionGratis: false,
HasPreviouslyPaidSubscription: true,
},
Features: []string{"dfw_inline_message_regen_comparison", "infinite_scroll_history", "model_preview", "browsing_available", "log_intercom_events", "data_controls_enabled", "model_switcher", "dfw_message_feedback", "data_deletion_enabled", "new_model_switcher_20230512", "log_statsig_events", "beta_features", "plugins_available", "data_export_enabled", "show_existing_user_age_confirmation_modal"},
Features: GetFeatures(),
Entitlement: NewTempEntitlement{
SubscriptionID: define.GenerateUUID(),
HasActiveSubscription: true,
Expand Down

0 comments on commit bf73e72

Please sign in to comment.