Skip to content

Commit

Permalink
remove unneeded argument in cascade middleware next call
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan committed Dec 10, 2012
1 parent 41cb288 commit 4e73ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ exports.cascade = function(accept /*, apps */) {
}
}

next(apps.concat());
next();

return deferred.promise;
};
Expand Down

0 comments on commit 4e73ab4

Please sign in to comment.