Skip to content

Commit a33be74

Browse files
author
Marco Napetti
committed
rebase, resolve conflicts
2 parents f86c31f + a5b5463 commit a33be74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/controllers/krate/metadata.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ pub async fn versions(
329329
conduit_compat(move || {
330330
let conn = state.db_read()?;
331331
let krate: Crate = Crate::by_name(&crate_name).first(&*conn)?;
332-
333332
// to keep retrocompatibility, we paginate only if per_page parameter is present
334333
let (mut versions_and_publishers, meta) = if req.query().get("per_page").is_some() {
335334
let pagination_options = PaginationOptions::builder().gather(&req)?;

0 commit comments

Comments
 (0)