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
db::params::PostCollectionBso is the exact same struct as web::extractors::BatchBsoBody so we should just remove the former. We can add a type PostCollectionBso = BatchBsoBody; if we want to continue referencing it from the params module.
db::params::PostCollectionBso
is the exact same struct asweb::extractors::BatchBsoBody
so we should just remove the former. We can add atype PostCollectionBso = BatchBsoBody;
if we want to continue referencing it from the params module.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: