Skip to content

Commit

Permalink
chore(feature-flags): release feature-notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-bitfly authored and guybrush committed Nov 4, 2024
1 parent 03ee948 commit dea7a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/composables/useFeatureFlag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const useFeatureFlag = () => {
]
const featureCatalog: Record<Environment, FeatureFlag[]> = {
development,
production: [],
production: [ 'feature-notifications' ],
staging,
}

Expand Down

0 comments on commit dea7a0a

Please sign in to comment.