Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Nov 21, 2022
1 parent da75623 commit cfce1c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/feature-flags.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/feature-flags.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/feature-flags.ts
Expand Up @@ -58,7 +58,7 @@ export const featureConfig: Record<
*/
type GitHubFeatureFlagsApiResponse = Partial<Record<Feature, boolean>>;

export const FEATURE_FLAGS_FILE_NAME = "feature-flags.json";
export const FEATURE_FLAGS_FILE_NAME = "cached-feature-flags.json";

/**
* Determines the enablement status of a number of features.
Expand Down

0 comments on commit cfce1c4

Please sign in to comment.