Skip to content

Commit 255818b

Browse files
committed
callback assignment unnecessary
1 parent 6022e19 commit 255818b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/datastore/request.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ DatastoreRequest.prototype.runQuery = function(q, callback) {
353353
stream.once('reading', runQuery);
354354
return stream;
355355
} else {
356-
callback = callback || util.noop;
357356
runQuery();
358357
}
359358

0 commit comments

Comments
 (0)