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

Follow up bugfix for executor after fixing return types #126

Closed
a3kov opened this issue May 24, 2023 · 1 comment · Fixed by #127
Closed

Follow up bugfix for executor after fixing return types #126

a3kov opened this issue May 24, 2023 · 1 comment · Fixed by #127

Comments

@a3kov
Copy link

a3kov commented May 24, 2023

The executor was working with incorrect return types before #125
So after you fixed the types, the executer also needs an update to work correctly:

defp process_result(list, [t]), do: Enum.map(list, &process_result(&1, t))
@rockneurotiko
Copy link
Owner

Nice catch 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants