Skip to content

Commit 635ca48

Browse files
Merge branch 'zhiyuanliang/register-all-refresh' of https://github.com/Azure/AppConfiguration-JavaScriptProvider into zhiyuanliang/enforce-api-version-for-cdn
2 parents e123f0e + 6958ad5 commit 635ca48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AzureAppConfigurationImpl.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,9 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
427427
}
428428
}
429429

430+
/**
431+
* Loads feature flags from App Configuration to the local configuration.
432+
*/
430433
async #loadFeatureFlags() {
431434
const loadFeatureFlag = true;
432435
const featureFlagSettings = await this.#loadConfigurationSettings(loadFeatureFlag);

0 commit comments

Comments
 (0)