Skip to content

Commit 2b76c6a

Browse files
authored
Merge pull request #1002 from contributor/js-pub-sub-fix
add missing body-parser package to js pub_sub order-processor
2 parents 8e36950 + 41d99e6 commit 2b76c6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pub_sub/javascript/http/order-processor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"express": "^4.17.2"
15+
"express": "^4.17.2",
16+
"body-parser": "^1.19.0"
1617
}
1718
}

0 commit comments

Comments
 (0)