Closed a3kov closed 1 year ago
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))
Nice catch 🚀
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: