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 4c331c4 commit 5b81582Copy full SHA for 5b81582
src/AzureAppConfigurationImpl.ts
@@ -527,7 +527,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
527
if (this.#isCdnUsed && selectorCollection.cdnToken) {
528
this.#addCdnTokenLookupHeader(listOptions, selectorCollection.cdnToken);
529
}
530
-
+
531
const pageEtags: string[] = [];
532
const pageIterator = listConfigurationSettingsWithTrace(
533
this.#requestTraceOptions,
0 commit comments