Skip to content

Commit 160564d

Browse files
fix lint
1 parent eb65ed8 commit 160564d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AzureAppConfigurationImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
515515
// adapt configuration settings to key-values
516516
const [key, value] = await this.#processKeyValue(setting);
517517
keyValues.push([key, value]);
518-
}
518+
}
519519
if (secretResolutionPromises.length > 0) {
520520
// wait for all secret resolution promises to be resolved
521521
await Promise.all(secretResolutionPromises);

0 commit comments

Comments
 (0)