Skip to content

Commit 356e664

Browse files
fix lint
1 parent 072bcdf commit 356e664

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AzureAppConfigurationImpl.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,9 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
177177
initialLoadCompleted: this.#isInitialLoadCompleted,
178178
replicaCount: this.#clientManager.getReplicaCount(),
179179
isFailoverRequest: this.#isFailoverRequest
180-
}
180+
};
181181
}
182182

183-
184183
// #region ReadonlyMap APIs
185184
get<T>(key: string): T | undefined {
186185
return this.#configMap.get(key);

0 commit comments

Comments
 (0)