Skip to content

Commit 73308d1

Browse files
committed
redundant code removed
1 parent 8235152 commit 73308d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/filehandler.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = function (middleware, options) {
22

33
return function (req, res, next) {
4-
this.req = req;
54
res.set({
65
'Access-Control-Allow-Origin': options.accessControl.allowOrigin,
76
'Access-Control-Allow-Methods': options.accessControl.allowMethods

0 commit comments

Comments
 (0)