Merge pull request #1002 from contributor/js-pub-sub-fix

add missing body-parser package to js pub_sub order-processor
This commit is contained in:
Paul Yuknewicz 2024-07-28 11:47:06 -07:00 committed by GitHub
commit 2b76c6a9e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.2"
"express": "^4.17.2",
"body-parser": "^1.19.0"
}
}