Skip to content

Commit b2da4fe

Browse files
asgerferik-krogh
andcommitted
Update javascript/ql/src/semmle/javascript/internal/StmtContainers.qll
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent 926e79d commit b2da4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/internal/StmtContainers.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
private import javascript
99

1010
cached
11-
private StmtContainer getStmtContainer(@node_in_stmt_container node) {
11+
private StmtContainer getStmtContainer(NodeInStmtContainer node) {
1212
exprContainers(node, result)
1313
or
1414
stmtContainers(node, result)

0 commit comments

Comments
 (0)