Skip to content

Commit

Permalink
add feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsyro committed Oct 24, 2023
1 parent 4703196 commit fdbb66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/common/src/utils/featureFlag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export enum Feature {
ESUP_PERMIT_AMENDMENT = "esup_permit_amendment",
FLAGSMITH = "flagsmith",
TSF_V2 = "tsf_v2",
VERIFIABLE_CREDENTIALS = "verifiable_credentials",
}

export const initializeFlagsmith = async (flagsmithUrl, flagsmithKey) => {
Expand Down

0 comments on commit fdbb66a

Please sign in to comment.