Skip to content

Commit 946fa01

Browse files
committed
fix files
1 parent 78322fc commit 946fa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Server.prototype = {
207207
if(err) {
208208
responseError(500);
209209
}
210-
extend(match.query, fields, fields);
210+
extend(match.query, fields, files);
211211
match.fn(req, res, match);
212212
});
213213

0 commit comments

Comments
 (0)