Skip to content

Commit

Permalink
fix(ws.guard): translate exception messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Dec 4, 2023
1 parent 872c472 commit 7575676
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 255 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@nestjs/core": "10.2.10",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^10.0.2",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.2.10",
"@nestjs/platform-socket.io": "^10.2.10",
"@nestjs/schedule": "^4.0.0",
Expand Down Expand Up @@ -200,8 +200,8 @@
},
"pnpm": {
"overrides": {
"axios@>=0.8.1 <1.6.0": ">=1.6.0",
"sharp@<0.32.6": ">=0.32.6"
"axios@>=0.8.1 <1.6.0": "1.6.0",
"sharp": "^0.32.6"
}
}
}
Loading

0 comments on commit 7575676

Please sign in to comment.