Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Incorrect JSON formatting in forwarded payload #297

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

dasundev
Copy link
Contributor

@dasundev dasundev commented May 23, 2024

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
Copy link
Contributor Author

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

@wolfy1339 wolfy1339 merged commit 2c386bc into probot:master Jul 22, 2024
15 checks passed
Copy link

🎉 This issue has been resolved in version 2.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants