Skip to content

Commit a956672

Browse files
committed
JS: Update an import of Unit type
1 parent 7119eda commit a956672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/TypeTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
private import javascript
1010
private import internal.FlowSteps
1111
private import internal.StepSummary
12-
private import internal.Unit
12+
private import semmle.javascript.Unit
1313
private import semmle.javascript.internal.CachedStages
1414

1515
private newtype TTypeTracker = MkTypeTracker(Boolean hasCall, OptionalPropertyName prop)

0 commit comments

Comments
 (0)