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 eb65ed8 commit 160564dCopy full SHA for 160564d
src/AzureAppConfigurationImpl.ts
@@ -515,7 +515,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
515
// adapt configuration settings to key-values
516
const [key, value] = await this.#processKeyValue(setting);
517
keyValues.push([key, value]);
518
- }
+ }
519
if (secretResolutionPromises.length > 0) {
520
// wait for all secret resolution promises to be resolved
521
await Promise.all(secretResolutionPromises);
0 commit comments