Rename
This commit is contained in:
parent
da75623c67
commit
cfce1c4e19
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue