Run npm format

This commit is contained in:
Senthamil Sindhu 2024-06-25 12:15:59 -07:00
parent 192a275139
commit 713df1869a

View File

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