-
Notifications
You must be signed in to change notification settings - Fork 72
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
Bad conditional when added error message #494
Conversation
|
@potofpie is attempting to deploy a commit to the sofn Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and confirmed
You should still add this. I just hate having this in the list of my PRs |
sorry i didn't see this! testing |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
test failure is a snapshotted date, whoops :) |
big thanks for the small fix, @potofpie and appreciate the testing @jaredkgrove! |
Describe your changes
Currently the error will always be
request body
without the additional text. I believe the intension of the code was to append"querystring"
or"request body"
depending on the method.Issue link
I discovered this issue while trying to debug another issue and did not understand why I was getting a error message about the
body
when I was sending aGET
request.Checklist before requesting a review