Skip to content

Commit

Permalink
Rename the feature flag to epic
Browse files Browse the repository at this point in the history
  • Loading branch information
cyprain-okeke committed Feb 20, 2025
1 parent 3a8696b commit 32624ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public static class FeatureFlagKeys
public const string AndroidMutualTls = "mutual-tls";
public const string RecoveryCodeLogin = "pm-17128-recovery-code-login";
public const string PM3503_MobileAnonAddySelfHostAlias = "anon-addy-self-host-alias";
public const string PM13127_BreadcrumbEventLogs = "pm-13127-breadcrumb-event-logs";
public const string PM12276Breadcrumbing = "pm-12276-breadcrumbing-for-business-features";

public static List<string> GetAllKeys()
{
Expand Down

0 comments on commit 32624ff

Please sign in to comment.