mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-16 17:25:58 +00:00
Run npm format
This commit is contained in:
parent
192a275139
commit
713df1869a
@ -273,7 +273,7 @@ async function configureHostedWithAAD(config: AAD): Promise<Explorer> {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
updateUserContext({
|
updateUserContext({
|
||||||
databaseAccount: config.databaseAccount
|
databaseAccount: config.databaseAccount,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (userContext.apiType === "SQL") {
|
if (userContext.apiType === "SQL") {
|
||||||
@ -305,7 +305,7 @@ async function configureHostedWithAAD(config: AAD): Promise<Explorer> {
|
|||||||
updateUserContext({
|
updateUserContext({
|
||||||
subscriptionId,
|
subscriptionId,
|
||||||
resourceGroup,
|
resourceGroup,
|
||||||
aadToken
|
aadToken,
|
||||||
});
|
});
|
||||||
const explorer = new Explorer();
|
const explorer = new Explorer();
|
||||||
return explorer;
|
return explorer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user