Skip to content

Commit cdd4978

Browse files
committed
utils/Minify.js: removed unused parameter "next" in minify()
Found by the Typescript compiler when doing an experimental conversion.
1 parent 5d06740 commit cdd4978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/utils/Minify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function requestURIs(locations, method, headers, callback) {
137137
* @param req the Express request
138138
* @param res the Express response
139139
*/
140-
function minify(req, res, next)
140+
function minify(req, res)
141141
{
142142
var filename = req.params['filename'];
143143

0 commit comments

Comments
 (0)