Skip to content

Commit

Permalink
Merge pull request #1002 from contributor/js-pub-sub-fix
Browse files Browse the repository at this point in the history
add missing body-parser package to js pub_sub order-processor
  • Loading branch information
paulyuk committed Jul 28, 2024
2 parents 8e36950 + 41d99e6 commit 2b76c6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pub_sub/javascript/http/order-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.2"
"express": "^4.17.2",
"body-parser": "^1.19.0"
}
}

0 comments on commit 2b76c6a

Please sign in to comment.