Skip to content

Commit

Permalink
remove the zendesk_connector_feature FF
Browse files Browse the repository at this point in the history
  • Loading branch information
aubin-tchoi committed Dec 13, 2024
1 parent eb627d7 commit 364b1ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sdks/js/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,6 @@ const WhitelistableFeaturesSchema = FlexibleEnumSchema<
| "openai_o1_feature"
| "openai_o1_mini_feature"
| "snowflake_connector_feature"
| "zendesk_connector_feature"
| "index_private_slack_channel"
| "conversations_jit_actions"
>();
Expand Down
1 change: 0 additions & 1 deletion types/src/shared/feature_flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const WHITELISTABLE_FEATURES = [
"use_app_for_header_detection",
"openai_o1_feature",
"openai_o1_mini_feature",
"zendesk_connector_feature",
"index_private_slack_channel",
"conversations_jit_actions",
"labs_trackers",
Expand Down

0 comments on commit 364b1ec

Please sign in to comment.