Skip to content

Commit

Permalink
refactor: Update gracefulShutdown function to use async/await syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Nov 19, 2023
1 parent 4cd0526 commit 1293af1
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 98 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"@nestjs/cli": "10.2.1",
"@nestjs/schematics": "10.0.3",
"@nestjs/testing": "10.2.8",
"@rubiin/eslint-config": "^1.9.12",
"@rubiin/eslint-config": "^1.9.14",
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^7.80.1",
"@side/jest-runtime": "^1.1.0",
Expand All @@ -157,7 +157,7 @@
"@types/jest": "^29.5.8",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.10",
"@types/node": "^20.9.1",
"@types/node": "^20.9.2",
"@types/nodemailer": "^6.4.14",
"@types/passport": "^1.0.15",
"@types/passport-facebook": "^3.0.3",
Expand Down
Loading

0 comments on commit 1293af1

Please sign in to comment.