mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 15:06:55 +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 {
|
||||
updateUserContext({
|
||||
databaseAccount: config.databaseAccount
|
||||
databaseAccount: config.databaseAccount,
|
||||
});
|
||||
|
||||
if (userContext.apiType === "SQL") {
|
||||
@ -305,7 +305,7 @@ async function configureHostedWithAAD(config: AAD): Promise<Explorer> {
|
||||
updateUserContext({
|
||||
subscriptionId,
|
||||
resourceGroup,
|
||||
aadToken
|
||||
aadToken,
|
||||
});
|
||||
const explorer = new Explorer();
|
||||
return explorer;
|
||||
|
Loading…
Reference in New Issue
Block a user