You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(node): ensure fireAndForget option is respected (#1004)
| 🚥 Resolves ISSUE_ID |
| :------------------- |
## 🧰 Changes
[ReadMe Community Slack
Thread](https://readmecommunity.slack.com/archives/C066P4UL27N/p1717105349072129)!
Fixing an issue noted by the folks at Mothership where our
`fireAndForget` option wasn't being respected in the `node` package.
This is largely due to the option not being passed in correctly to the
function argument. Taking this fix a step further and exposing the
entire user-provided `options` object to this function.
## 🧬 QA & Testing
Provide as much information as you can on how to test what you've done.
0 commit comments