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 b204d2c commit 9b06257Copy full SHA for 9b06257
src/AzureAppConfigurationImpl.ts
@@ -353,7 +353,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
353
throw new Error("Refresh is not enabled for key-values or feature flags.");
354
}
355
356
- this.#refreshLock.execute(this.#refreshTasks);
+ await this.#refreshLock.execute(this.#refreshTasks.bind(this));
357
358
359
async #refreshTasks(): Promise<void> {
0 commit comments