Skip to content

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
@github-actions
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
@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

Development

Successfully merging this pull request may close these issues.

Build error: TS2345: Argument of type 'ApiResult<any>' is not assignable to parameter of type 'T | PromiseLike<T>'.

3 participants