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
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Cast.author has a bespoke definition, so the response from the getUser endpoint returns a different User type than the author field in the getCast endpoint, it would be easier to interface with if Cast.author was the same User definition as the standard User type
Cast.author
has a bespoke definition, so the response from the getUser endpoint returns a differentUser
type than the author field in the getCast endpoint, it would be easier to interface with ifCast.author
was the same User definition as the standardUser
typeI.e. switch from:
To
The text was updated successfully, but these errors were encountered: