Skip to content

Commit

Permalink
add missing body-parser package to js pub_sub order-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
contributor committed Mar 16, 2024
1 parent 6c1392a commit 41d99e6
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 41d99e6

Please sign in to comment.