Rename
This commit is contained in:
parent
da75623c67
commit
cfce1c4e19
3 changed files with 3 additions and 3 deletions
2
lib/feature-flags.js
generated
2
lib/feature-flags.js
generated
|
|
@ -59,7 +59,7 @@ exports.featureConfig = {
|
|||
minimumVersion: undefined,
|
||||
},
|
||||
};
|
||||
exports.FEATURE_FLAGS_FILE_NAME = "feature-flags.json";
|
||||
exports.FEATURE_FLAGS_FILE_NAME = "cached-feature-flags.json";
|
||||
/**
|
||||
* Determines the enablement status of a number of features.
|
||||
* If feature enablement is not able to be determined locally, a request to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue