Skip to content

Commit

Permalink
fix: module is outside array
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed Aug 26, 2024
1 parent fed5476 commit 636a981
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ export default [
'/^@nestjs/',
'/^class-transformer/',
'/^class-validator/',
'module',
[
'module'
],
[
'/^@[^/]+\\/[^/]+\\/controllers\\//',
'/^@[^/]+\\/[^/]+\\/controllers\\//http/',
Expand Down

0 comments on commit 636a981

Please sign in to comment.