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 072bcdf commit 356e664Copy full SHA for 356e664
src/AzureAppConfigurationImpl.ts
@@ -177,10 +177,9 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
177
initialLoadCompleted: this.#isInitialLoadCompleted,
178
replicaCount: this.#clientManager.getReplicaCount(),
179
isFailoverRequest: this.#isFailoverRequest
180
- }
+ };
181
}
182
183
-
184
// #region ReadonlyMap APIs
185
get<T>(key: string): T | undefined {
186
return this.#configMap.get(key);
0 commit comments