Skip to content

Commit 8ea6ff1

Browse files
committed
fixing bug in woql result
1 parent ae8b49f commit 8ea6ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/woqlResult.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ WOQLResult.prototype.count = function () {
8686
};
8787

8888
WOQLResult.prototype.hasBindings = function (result) {
89-
return (this.bindings && this.bindings.count());
89+
return (this.bindings && this.count());
9090
};
9191

9292
WOQLResult.prototype.getBindings = function () {

0 commit comments

Comments
 (0)