mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 06:56:38 +00:00
Added comments.
This commit is contained in:
parent
d441ed94da
commit
c5fcca2dc1
@ -134,6 +134,8 @@ enum SDKSupportedCapabilities {
|
||||
PartitionMerge = 1 << 0,
|
||||
}
|
||||
|
||||
// Need to put in some kind of function here to recreate the CosmosClient with a new endpoint.
|
||||
|
||||
let _client: Cosmos.CosmosClient;
|
||||
|
||||
export function client(): Cosmos.CosmosClient {
|
||||
|
Loading…
Reference in New Issue
Block a user