Skip to content

Commit

Permalink
callback assignment unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanseys committed Nov 10, 2014
1 parent 6022e19 commit 255818b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/datastore/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ DatastoreRequest.prototype.runQuery = function(q, callback) {
stream.once('reading', runQuery);
return stream;
} else {
callback = callback || util.noop;
runQuery();
}

Expand Down

0 comments on commit 255818b

Please sign in to comment.