Hi!
Thanks for the awesome tool!
The following blocks of code
const query = new Query()
// q (Keyword query)
.addParam('q', queryToString(params.searchText, '+'))
and
const query = JobQueries.manageableQuery()
.includeCompany()
Together reported by jsinspect
------------------------------------------------------------
Match - 2 instances
./service1.js:78,78
const query = new Query()
./service2.js:316,316
const query = JobQueries.manageableQuery()
------------------------------------------------------------
Which apparently shouldn't happen.
Hi!
Thanks for the awesome tool!
The following blocks of code
and
Together reported by jsinspect
Which apparently shouldn't happen.