Skip to content

Commit e610683

Browse files
committed
JS: Linter fix
1 parent c958702 commit e610683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/LodashUnderscore.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ module LodashUnderscore {
298298
private class LodashPartition extends DataFlow::SummarizedCallable {
299299
LodashPartition() { this = "_.partition" }
300300

301-
override DataFlow::CallNode getACall() { result = member(["partition"]).getACall() }
301+
override DataFlow::CallNode getACall() { result = member("partition").getACall() }
302302

303303
override predicate propagatesFlow(string input, string output, boolean preservesValue) {
304304
input = "Argument[0].ArrayElement" and

0 commit comments

Comments
 (0)