Skip to content

Commit 6958ad5

Browse files
add comment
1 parent d8103a5 commit 6958ad5

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
@@ -423,6 +423,9 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
423423
}
424424
}
425425

426+
/**
427+
* Loads feature flags from App Configuration to the local configuration.
428+
*/
426429
async #loadFeatureFlags() {
427430
const loadFeatureFlag = true;
428431
const featureFlagSettings = await this.#loadConfigurationSettings(loadFeatureFlag);

0 commit comments

Comments
 (0)