Skip to content

Commit

Permalink
Comment that legacyApi is false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed May 10, 2024
1 parent 67f8a36 commit 33e416c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const featureConfig: Record<
*/
envVar: string;
/**
* Whether the feature flag is part of the legacy feature flags API.
* Whether the feature flag is part of the legacy feature flags API (defaults to false).
*
* These feature flags are included by default in the API response and do not need to be
* explicitly requested.
Expand Down

0 comments on commit 33e416c

Please sign in to comment.