Skip to content

TypeError: Cannot convert undefined or null to object #110

Description

@Gibbz

I'm applying some code to disable scheduling and timing based on the month of the year. But I get the following error when sending the payload.

TypeError: Cannot convert undefined or null to object

my function code being sent:

 msg.payload = {
     suspend: true
 }

return msg.payload

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions