Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Line 48 is an issue  #8

@devotox

Description

@devotox

you need
try JSON.parse(message.Body) catch then message.Body

try {
JSON.parse(message.Body);
} catch (_error) {
message.Body;
}

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