We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8b49f commit 8ea6ff1Copy full SHA for 8ea6ff1
lib/woqlResult.js
@@ -86,7 +86,7 @@ WOQLResult.prototype.count = function () {
86
};
87
88
WOQLResult.prototype.hasBindings = function (result) {
89
- return (this.bindings && this.bindings.count());
+ return (this.bindings && this.count());
90
91
92
WOQLResult.prototype.getBindings = function () {
0 commit comments