Skip to content

Commit

Permalink
fix: post-merge build error
Browse files Browse the repository at this point in the history
  • Loading branch information
tnaum-ms committed Jan 17, 2025
1 parent f65cbfa commit 31538a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/account/registerAccountCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { platform } from 'os';
import vscode from 'vscode';
import { cosmosGremlinFilter, cosmosMongoFilter, cosmosTableFilter, sqlFilter } from '../../constants';
import { DocDBAccountTreeItem } from '../../docdb/tree/DocDBAccountTreeItem';
import { type DocDBAccountTreeItemBase } from '../../docdb/tree/DocDBAccountTreeItemBase';
import { ext } from '../../extensionVariables';
import { GraphAccountTreeItem } from '../../graph/tree/GraphAccountTreeItem';
import { setConnectedNode } from '../../mongo/setConnectedNode';
Expand Down

0 comments on commit 31538a9

Please sign in to comment.