Skip to content

Commit

Permalink
add express-async-errors (#1170)
Browse files Browse the repository at this point in the history
# Fix: add missing express-async-error package

## Description

This package was not in package.json. Now it is.

## Checklist

- [x] I have confirmed all commits have been signed.
- [x] I have added JSDoc style comments to any new functions or classes.
- [x] Relevant documentation such as READMEs, guides, and class comments
are updated.
  • Loading branch information
stevecassidy authored Oct 9, 2024
2 parents 5307755 + ad54b3f commit 84f0757
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"cors": "2.8.5",
"csv-stringify": "^6.4.4",
"express": "4.21.0",
"express-async-errors": "^3.1.1",
"express-handlebars": "7.1.2",
"express-rate-limit": "^7.1.5",
"express-validator": "7.0.1",
Expand Down
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84f0757

Please sign in to comment.