File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import * as os from "os";
8
8
import CxBFL from "../bfl/CxBFL" ;
9
9
import { CxInstaller } from "../osinstaller/CxInstaller" ;
10
10
import { Semaphore } from "async-mutex" ;
11
- import { HttpClient } from "../client/HttpClient" ;
12
11
import { AstClient } from "../client/AstClient" ;
13
12
14
13
@@ -20,7 +19,7 @@ export class CxWrapper {
20
19
config : CxConfig ;
21
20
cxInstaller : CxInstaller ;
22
21
private constructor ( cxScanConfig : CxConfig , logFilePath ?: string ) {
23
- this . cxInstaller = new CxInstaller ( process . platform , new AstClient ( new HttpClient ( ) ) ) ;
22
+ this . cxInstaller = new CxInstaller ( process . platform , new AstClient ( ) ) ;
24
23
this . config = new CxConfig ( ) ;
25
24
getLoggerWithFilePath ( logFilePath )
26
25
if ( cxScanConfig . apiKey ) {
You can’t perform that action at this time.
0 commit comments