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(cli): set serviceResponse default value to body #98

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

seriouslag
Copy link
Collaborator

@seriouslag seriouslag commented Apr 30, 2024

We set this so that the default request file returns the request's body instead of the whole response object.

This changed in the underlying library at some point, so we must update our default value to match.

fixes: #95

As this library relies on the response being the body, maybe we should think of disabling allowing consumers to change that option. Something to think about.

We set this so the default request file will return the body of the request instead of the whole response object.

This changed at some point in the underlying library, so we need to update our default value to match.
@seriouslag seriouslag requested a review from 7nohe April 30, 2024 02:05
@seriouslag seriouslag added the bug Something isn't working label Apr 30, 2024
Copy link

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 99.08% (🎯 95%) 1732 / 1748
🟢 Statements 99.08% (🎯 95%) 1732 / 1748
🟢 Functions 100% (🎯 95%) 37 / 37
🟢 Branches 94.8% (🎯 85%) 146 / 154
File CoverageNo changed files found.
Generated in workflow #240

@seriouslag
Copy link
Collaborator Author

npm publish

@seriouslag seriouslag self-assigned this Apr 30, 2024
@7nohe 7nohe merged commit afda2ac into main Apr 30, 2024
4 checks passed
@7nohe 7nohe deleted the patch/set-default-service-response-value branch April 30, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants