Skip to content

Commit

Permalink
Merge branch 'dev/sda/tree-api-migration' into dev/tnaum/tree-api-mig…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
tnaum-ms authored Jan 17, 2025
2 parents 90d1b74 + c102c05 commit f65cbfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/account/registerAccountCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ 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';

Check failure on line 16 in src/commands/account/registerAccountCommands.ts

View workflow job for this annotation

GitHub Actions / Build

'DocDBAccountTreeItemBase' is defined but never used

Check failure on line 16 in src/commands/account/registerAccountCommands.ts

View workflow job for this annotation

GitHub Actions / Build

'DocDBAccountTreeItemBase' is defined but never used
import { ext } from '../../extensionVariables';
import { GraphAccountTreeItem } from '../../graph/tree/GraphAccountTreeItem';
import { setConnectedNode } from '../../mongo/setConnectedNode';
Expand Down

0 comments on commit f65cbfa

Please sign in to comment.