Skip to content

Commit cc87ed5

Browse files
committed
fix linting error
1 parent bd305b6 commit cc87ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ class API {
143143
if (routes['ROUTES']['*']['MIDDLEWARE']) {
144144
_stack[method] = routes['ROUTES']['*']['MIDDLEWARE'].stack
145145
//_stack[method] ?
146-
// _stack[method].concat(routes['ROUTES']['*']['MIDDLEWARE'].stack)
147-
// : routes['ROUTES']['*']['MIDDLEWARE'].stack
146+
// _stack[method].concat(routes['ROUTES']['*']['MIDDLEWARE'].stack)
147+
// : routes['ROUTES']['*']['MIDDLEWARE'].stack
148148
}
149149

150150
// Inherit methods and ANY

0 commit comments

Comments
 (0)