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
Remove the parameter name from convert() and convertIncludingMetamodel().
The parameterName is added to the class returned by the promise of the convert function for the converted value. So when all of the action function's parameters resolve and the action function is ready to be invoked, the converted values can be mapped to respective parameter names for creating the request.
It is possible to refactor to remove parameterName because Promise.all preserves the order in which the promises are added so the resolved values match the parameter order the invokeActionFunction() creates. However, this requires #41 to be fixed otherwise when building the request additional optional parameters are inserted that won't match invokeActionFunction() parameter order exactly as is needed.
barnettwilliam
changed the title
The parameterName is added to the class returned by the promise of the convert function for the converted value. So when all of the action function's parameters resolve and the action function is ready to be invoked, the converted values can be mapped to respective parameter names for creating the request.
Remove parameterName parameter from convert
May 11, 2023
Remove the parameter name from convert() and convertIncludingMetamodel().
Originally posted by @barnettwilliam in #49 (comment)
The text was updated successfully, but these errors were encountered: