This commit is contained in:
Andrew Eisenberg
2022-11-21 13:42:32 -08:00
parent da75623c67
commit cfce1c4e19
3 changed files with 3 additions and 3 deletions

View File

@@ -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.