Skip to content

Commit

Permalink
20230921
Browse files Browse the repository at this point in the history
  • Loading branch information
taichunmin committed Sep 21, 2023
1 parent aa7dd3c commit b4b0f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion line/handler/replyEventJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const msgJsonStringify = require('../msg/json-stringify')

const eventToMsgsHandlers = [
// event 轉成 json
ctx => { ctx.msgs.push(msgJsonStringify(ctx.event)) },
ctx => { ctx.msgs.push(msgJsonStringify({ ...ctx.req.body, events: [ctx.event] })) },

// quickreply sticker
ctx => {
Expand Down

0 comments on commit b4b0f57

Please sign in to comment.