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: correctly pass through the forceTool option inside KurtCache.generateRawEvents #66

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

jemc
Copy link
Contributor

@jemc jemc commented Dec 10, 2024

Prior to this commit, that option was being silently dropped because it was neglected in the new object that gets sent to the internal adapter. This commit introduces a usage of the spread operator to ensure that no such options are dropped (while still allowing the replacement of other options).

…generateRawEvents`

Prior to this commit, that option was being silently dropped because it was neglected in the new
object that gets sent to the internal adapter. This commit introduces a usage of the spread operator
to ensure that no such options are dropped (while still allowing the replacement of other options).
@jemc jemc requested a review from theoremonemehdi December 10, 2024 17:28
@jemc jemc self-assigned this Dec 10, 2024
@jemc jemc merged commit 93a974b into main Dec 10, 2024
1 check passed
Copy link

🎉 This PR is included in version @formula-monks/kurt-cache-v1.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@jemc jemc deleted the fix/cache-force-tool branch December 10, 2024 17:59
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