Skip to content

Commit 54d8b83

Browse files
fixing woql start (#184)
Signed-off-by: NeelParihar <[email protected]>
1 parent 8e80e8b commit 54d8b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/query/woqlQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ WOQLQuery.prototype.start = function (start, query) {
794794
// if (start && start === 'args') return ['start', 'query']
795795
if (this.cursor['@type']) this.wrapCursorWithAnd();
796796
this.cursor['@type'] = 'Start';
797-
this.cursor.start = this.cleanObject(start, 'xsd:nonNegativeInteger');
797+
this.cursor.start = start;
798798
return this.addSubQuery(query);
799799
};
800800

0 commit comments

Comments
 (0)