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
controllers/version: Load Crate and Version in single query
Instead of loading them individually, this gets both in one query.
I think that in most cases, the request to query for `Crate` and
`Version` will have valid input, so this seems like a better approach,
even though it might only give a small performance boost.
0 commit comments