Skip to content

Commit 41d99e6

Browse files
committed
add missing body-parser package to js pub_sub order-processor
1 parent 6c1392a commit 41d99e6

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)