Skip to content

Commit 3bf0ec7

Browse files
Merge branch 'zhiyuanliang/startup-timeout' of https://github.com/Azure/AppConfiguration-JavaScriptProvider into zhiyuanliang/secret-refresh
2 parents d1ad647 + 73a24d4 commit 3bf0ec7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ConfigurationClientManager.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ export class ConfigurationClientManager {
4343
#lastFallbackClientUpdateTime: number = 0; // enforce to discover fallback client when it is expired
4444
#lastFallbackClientRefreshAttempt: number = 0; // avoid refreshing clients before the minimal refresh interval
4545

46-
// This property is public to allow recording the last successful endpoint for failover.
47-
endpoint: URL;
48-
4946
constructor (
5047
connectionStringOrEndpoint?: string | URL,
5148
credentialOrOptions?: TokenCredential | AzureAppConfigurationOptions,

0 commit comments

Comments
 (0)