Skip to content

Commit

Permalink
Merge pull request #19 from bdevloed/patch-2
Browse files Browse the repository at this point in the history
Fix Issue #18
  • Loading branch information
RubenVerborgh authored Feb 2, 2018
2 parents ca4037d + 57e838e commit 6ae3a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eyeserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ EyeServer.prototype = {
},

check: function (callback) {
this.settings.eye.execute({ data: ':a :b :c.' }, callback);
this.settings.eye.execute({ data: 'prefix : <http://example.org/test#> \n :a :b :c.' }, callback);
}
};

Expand Down

0 comments on commit 6ae3a1d

Please sign in to comment.