probot / smee-client

🔴 Receives payloads then sends them to your local server
https://smee.io
ISC License
426 stars 134 forks source link

fix: Incorrect JSON formatting in forwarded payload #297

Closed dasundev closed 1 month ago

dasundev commented 3 months ago

This PR aims to fix the issue with the forwarded payload not being in the correct JSON format.

Current (Incorrect) Format:

"1716450473706": {
    "{"name":"Dasun Tharanga","email":"hello@dasun.dev"}":""
}

Corrected Format:


"1716450473706": {
    "name": "Dasun Tharanga",
    "email": "hello@dasun.dev"
}
dasundev commented 3 months ago

@JasonEtco Can you review this PR and merge, please?

github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 2.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: