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 61099d3 commit 82af4b6Copy full SHA for 82af4b6
src/main/libs/Scan.ts renamed to src/main/libs/Scan2.ts
@@ -4,7 +4,7 @@ import {
4
IRulesConfig,
5
RuleResult,
6
ScanResult,
7
-} from "../../main/internals/internals";
+} from "../internals/internals";
8
import { AdvancedRuleConfig } from "../interfaces/AdvancedRuleConfig";
9
import { AdvancedRule } from "../models/AdvancedRule";
10
import { ParsedFlow } from "../models/ParsedFlow";
src/main/libs/ScanFlows.ts
@@ -9,7 +9,7 @@ import {
} from "../../main/internals/internals";
11
import { GetRuleDefinitions } from "./GetRuleDefinitions";
12
-import { scan2 } from "./Scan";
+import { scan2 } from "./Scan2";
13
14
const { IS_NEW_SCAN_ENABLED: isNewScanEnabled, OVERRIDE_CONFIG: overrideConfig } = process.env;
15
0 commit comments