Skip to content

Commit c2338b2

Browse files
erik-kroghasgerf
andauthored
Update javascript/ql/src/semmle/javascript/dataflow/Nodes.qll
Co-authored-by: Asger F <asgerf@github.com>
1 parent 7598d31 commit c2338b2

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/dataflow

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ module PartialInvokeNode {
13921392
this = LodashUnderscore::member(["throttle", "debounce", "once", "memoize"]).getACall()
13931393
or
13941394
this =
1395-
DataFlow::moduleImport(["call-limit", "lodash.debounce", "lodash.throttle", "debounce"])
1395+
DataFlow::moduleImport(["call-limit", "debounce"])
13961396
.getACall()
13971397
)
13981398
or

0 commit comments

Comments
 (0)