Skip to content

Commit 056ce38

Browse files
asgerferik-krogh
andauthored
Update javascript/ql/src/semmle/javascript/frameworks/Classnames.qll
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
1 parent 081017e commit 056ce38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/Classnames.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import javascript
66

7-
DataFlow::SourceNode classnames() {
7+
private DataFlow::SourceNode classnames() {
88
result = DataFlow::moduleImport(["classnames", "classnames/dedupe", "classnames/bind"])
99
}
1010

0 commit comments

Comments
 (0)