Cleanup
This commit is contained in:
@ -35,7 +35,7 @@ namespace isnd.Controllers
|
||||
};
|
||||
var index = await packageManager.GetPackageRegistrationIndexAsync(query);
|
||||
if (index == null) return NotFound();
|
||||
// query.TotalHits = result.Items.Select(i=>i.Items.Length).Aggregate((a,b)=>a+b);
|
||||
|
||||
return Ok(index);
|
||||
}
|
||||
// return a Package
|
||||
|
Reference in New Issue
Block a user