-
Notifications
You must be signed in to change notification settings - Fork 21
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
[#IOPID-1156] Include additional params in doneCb, if any #153
Conversation
Jira Pull Request LinkThis Pull Request refers to the following Jira issue IOPID-1156 |
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.
good work, however I believe we can get rid of the inference error with this changes. what do you think @gquadrati? unfortunately, Omit
type coming from the spread operator still forces us to cast with as T
Kudos, SonarCloud Quality Gate passed!
|
/azp run |
No pipelines are associated with this pull request. |
List of Changes
See commit history
Motivation and Context
This PR enables the possibility to use additional params in done callback too (now it's allowed in acs callback).
How Has This Been Tested?
Unit test, manual tests with io-mock
Types of changes
Checklist: