Run npm format

This commit is contained in:
Senthamil Sindhu 2024-06-25 12:15:59 -07:00
parent 192a275139
commit 713df1869a
1 changed files with 2 additions and 2 deletions

View File

@ -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;