mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
vbump and typo fix (#19374)
This commit is contained in:
@@ -108,7 +108,7 @@ export class AccountFeature implements StaticFeature {
|
||||
// find account
|
||||
const accountList = await azdata.accounts.getAllAccounts();
|
||||
const account = accountList.find(a => a.key.accountId === request.accountId);
|
||||
if (account) {
|
||||
if (!account) {
|
||||
console.log(`Failed to find azure account ${request.accountId} when executing token refresh`);
|
||||
throw Error(localizedConstants.failedToFindAccount(request.accountId));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user