Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Trigger: Typo in Wiki and Bug in jsonTrigger.js #132

Description

@Daerphen

The Trigger-Type is called jsonTrigger in the Wiki, but it should be called JsonTrigger. At least that is, what you have to use, when configuring the Trigger.

Found a Bug in /lib/triggers/jsonTrigger.js
Line 76: Instead of that._sendMessageAfterDelay(result); it should be that._sendMessageAfterDelay(toId, result);
Without the change I was not able to use a parser function without getting a TypeError.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions