Skip to content

Commit

Permalink
Small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocasciaro committed Oct 16, 2013
1 parent a208a98 commit 216f927
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -182,4 +182,8 @@ becomes

# License

MIT
MIT

-----

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/mariocasciaro/level-indico/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
2 changes: 1 addition & 1 deletion lib/QueryManager.js
Expand Up @@ -12,7 +12,7 @@ function QueryManager(mainDb, indexManager) {


QueryManager.prototype.find = function(options, callback) {
this.stream(options).pipe(endpoint({objectMode: true}, callback));
return this.stream(options).pipe(endpoint({objectMode: true}, callback));
};


Expand Down

0 comments on commit 216f927

Please sign in to comment.