wip
This commit is contained in:
parent
61f21594a9
commit
22d2f2051c
10 changed files with 40 additions and 26 deletions
|
|
@ -226,7 +226,7 @@ if (config.line_bot) {
|
|||
|
||||
// シグネチャ比較
|
||||
if (sig1 === sig2) {
|
||||
ctx.body.events.forEach(ev => {
|
||||
ctx.request.body.events.forEach(ev => {
|
||||
handler.emit('event', ev);
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue