Update InventoryController.cs

This commit is contained in:
MarcEricMartel 2022-10-18 07:46:01 -07:00
parent b09e75568c
commit 13c34c7215

View File

@ -92,6 +92,7 @@ public class InventoryController : Controller {
if (prod.Id == lastId)
yup = true;
}
else lst = ret.Take(AMOUNT).ToList();
return lst;
}