Skip to content

Commit

Permalink
chore: remove unused flag (#8340)
Browse files Browse the repository at this point in the history
Code affected by this flag was removed long time ago
gastonfournier authored Oct 2, 2024

Verified

This commit was signed with the committer’s verified signature.
WengerK Kevin Wenger
1 parent aa7d612 commit 6aef7ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/types/experimental.ts
Original file line number Diff line number Diff line change
@@ -31,7 +31,6 @@ export type IFlagKey =
| 'celebrateUnleash'
| 'featureSearchFeedback'
| 'featureSearchFeedbackPosting'
| 'edgeBulkMetrics'
| 'extendedUsageMetrics'
| 'adminTokenKillSwitch'
| 'feedbackComments'
@@ -167,10 +166,6 @@ const flags: IFlags = {
process.env.UNLEASH_EXPERIMENTAL_ENCRYPT_EMAILS,
false,
),
edgeBulkMetrics: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_EDGE_BULK_METRICS,
false,
),
extendedUsageMetrics: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_EXTENDED_USAGE_METRICS,
false,

0 comments on commit 6aef7ba

Please sign in to comment.