Skip to content

Commit

Permalink
chore(dh): update feature flags created date
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhavat committed Aug 31, 2023
1 parent ea610bf commit 7600c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/dh/shared/feature-flags/src/lib/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export type FeatureFlagConfig = Record<string, DhFeatureFlag>;
* },
*/

const created = '08-08-2023';
const created = '31-08-2023';

export const dhFeatureFlagsConfig = {
start_wholesale_process_feature_flag: {
Expand All @@ -53,7 +53,7 @@ export const dhFeatureFlagsConfig = {
disabledEnvironments: [],
},
market_participant_actors_feature_flag: {
created: '04-07-2023',
created,
disabledEnvironments: [],
},
} satisfies FeatureFlagConfig;
Expand Down

0 comments on commit 7600c95

Please sign in to comment.