Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

modify output #15

Merged
merged 2 commits into from
Mar 8, 2020
Merged

modify output #15

merged 2 commits into from
Mar 8, 2020

Conversation

okhiroyuki
Copy link
Owner

@okhiroyuki okhiroyuki commented Mar 8, 2020

BREAKING CHANGE:

Now Output:

msg.payload = {
    status: 200,
    message: "ok"
}

New Output:

msg.payload = "my message content from msg.payload",
msg.status = 200

However, in case of an error, an error message is output to msg.payload.

Refs

#12

@okhiroyuki okhiroyuki merged commit a644390 into master Mar 8, 2020
@okhiroyuki okhiroyuki deleted the feature/modify-output branch March 8, 2020 04:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Please Allow msg.payload to be passed to this LINE node.
1 participant