Skip to content

Commit 015c739

Browse files
committed
Fix feature flag name
1 parent 186b6b0 commit 015c739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/util/featureflags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export async function getFeatureFlagEnableExperimentalJBTB(userId: string): Prom
1313
}
1414

1515
export async function getFeatureFlagEnforceAuthorizeStateValidation(userId: string): Promise<boolean> {
16-
return getExperimentsClientForBackend().getValueAsync("enforceAuthorizeStateValidation", false, {
16+
return getExperimentsClientForBackend().getValueAsync("enforce_authorize_state_validation", false, {
1717
user: { id: userId },
1818
});
1919
}

0 commit comments

Comments
 (0)