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
Noticed an issue in valcori when trying to return a list representation, with incorrect decorator on the controller fn, it returns a tupil to FE. Shouldn't this error?
Notice how it returns a tupil (assume getUserOrganizations returns [items, count])
Notice how it represents the tupil
I feel like this should throw an error within the representer, since we have an arrayRepresenter. Otherwise arrayRepresenter is pretty stupid to have?
The text was updated successfully, but these errors were encountered:
Noticed an issue in valcori when trying to return a list representation, with incorrect decorator on the controller fn, it returns a tupil to FE. Shouldn't this error?
Notice how it returns a tupil (assume getUserOrganizations returns
[items, count]
)Notice how it represents the tupil
I feel like this should throw an error within the representer, since we have an arrayRepresenter. Otherwise arrayRepresenter is pretty stupid to have?
The text was updated successfully, but these errors were encountered: