We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1dd28a commit d6db83dCopy full SHA for d6db83d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-line-bot-api",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Node client for LINE Bot API",
5
"main": "index.js",
6
"scripts": {
test_webhook.js
@@ -6,7 +6,7 @@ const lineClient = line.client
const lineValidator = line.validator
7
const app = express()
8
app.use(bodyParser.json({
9
- verify (req,res,buf) {
+ verify (req, res, buf) {
10
req.rawBody = buf
11
}
12
}))
0 commit comments