Skip to content

Commit 9404c5f

Browse files
refactor: remove unused method (#3542)
1 parent 6964155 commit 9404c5f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/Server.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,11 +1123,6 @@ class Server {
11231123
return statsObj.toJson(stats);
11241124
}
11251125

1126-
use() {
1127-
// eslint-disable-next-line prefer-spread
1128-
this.app.use.apply(this.app, arguments);
1129-
}
1130-
11311126
setContentHeaders(req, res, next) {
11321127
let { headers } = this.options;
11331128
if (headers) {

0 commit comments

Comments
 (0)