We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5725f1 commit 3834e84Copy full SHA for 3834e84
src/search/AdvancedSearchManager.ts
@@ -5,7 +5,6 @@ dotenv.config();
5
import { CveResult } from '../result/CveResult.js';
6
import { SearchResultData } from "./SearchResultData.js";
7
import { SearchProviderSpec } from '../adapters/search/SearchAdapter.js';
8
-import { SearchReader } from '../adapters/search/SearchReader.js';
9
import { BasicSearchManager, SearchOptions } from "./BasicSearchManager.js"
10
11
export class SearchAPIOptions extends SearchOptions {
0 commit comments