Skip to content

Commit 75dab26

Browse files
Remove spurious index ref
1 parent a569f7b commit 75dab26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/query/woqlQuery.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ WOQLQuery.prototype.and = function(...queries) {
100100
this.cursor['@type'] = 'And'
101101
if (typeof this.cursor['and'] == 'undefined') this.cursor['and'] = []
102102
for (let i = 0; i < queries.length; i++) {
103-
let index = this.cursor['and'].length
104103
let onevar = this.jobj(queries[i])
105104
if (
106105
onevar['@type'] == 'And' &&

0 commit comments

Comments
 (0)