Skip to content

Fix invalid overload type for combine

Compare
Choose a tag to compare
@supermacro supermacro released this 17 Jan 19:34
· 336 commits to master since this release

The combine overload for ResultAsync lists was incorrect. Previously the overload stated that the return type of a combine invocation with a list of ResultAsyncs was a Result.

This patch fixes this error and now combine's type on ResultAsyncs correctly specifies that the return value will be a ResultAsync.