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
Fix superclass conditions on HasOpenApi (UVerb method cs (a ': as))
Unconditionally requesting `ToSchema a` etc means that we erroneously
demand `ToSchema NoContent`. Instead delegate to the `HasOpenApi`
instance for the related `Verb`, allowing the overlapping instances
for `NoContent` to be selected.
0 commit comments