utils/Minify.js: removed unused parameter "next" in minify()

Found by the Typescript compiler when doing an experimental conversion.
pull/3587/head
muxator 2019-03-26 23:51:04 +01:00 committed by muxator
parent 5d067406b1
commit cdd4978973
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ function requestURIs(locations, method, headers, callback) {
* @param req the Express request
* @param res the Express response
*/
function minify(req, res, next)
function minify(req, res)
{
var filename = req.params['filename'];