We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77d37d commit 41ad554Copy full SHA for 41ad554
src/AzureAppConfigurationImpl.ts
@@ -399,7 +399,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
399
// use the etag of the first watched setting (sentinel)
400
this.#kvSelectorCollection.cdnCacheBreakString = this.#sentinels.find(s => s.etag !== undefined)?.etag;
401
}
402
-
+
403
if (this.#featureFlagRefreshEnabled) {
404
const defaultSelector = this.#ffSelectorCollection.selectors.find(s => s.pageEtags !== undefined);
405
if (defaultSelector && defaultSelector.pageEtags!.length > 0) {
@@ -409,7 +409,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
409
410
411
412
413
this.#isInitialLoadCompleted = true;
414
break;
415
} catch (error) {
0 commit comments