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
Projects.tasks shows this: it's assuming the return type is CollectionRequest for the Project.tasks function, when clearly it should be returning a collection of tasks.
As a workaround for now: look at Tasks.findByProject, this does the exact same thing under the hood but deserializes the correct class.
Projects.tasks shows this: it's assuming the return type is CollectionRequest for the
Project.tasks
function, when clearly it should be returning a collection of tasks.As a workaround for now: look at Tasks.findByProject, this does the exact same thing under the hood but deserializes the correct class.
┆Issue is synchronized with this Asana task
The text was updated successfully, but these errors were encountered: