mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
JS: Fix bug from sorting lines
This commit is contained in:
@@ -390,9 +390,9 @@ module LodashUnderscore {
|
||||
name = "partition" or
|
||||
name = "reduce" or
|
||||
name = "reduceRight" or
|
||||
name = "replace"
|
||||
name = "replace" or
|
||||
name = "some" or
|
||||
name = "transform" or
|
||||
name = "transform"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user