We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6022e19 commit 255818bCopy full SHA for 255818b
1 file changed
lib/datastore/request.js
@@ -353,7 +353,6 @@ DatastoreRequest.prototype.runQuery = function(q, callback) {
353
stream.once('reading', runQuery);
354
return stream;
355
} else {
356
- callback = callback || util.noop;
357
runQuery();
358
}
359
0 commit comments