fix: item ids

This commit is contained in:
2026-03-22 01:00:59 -05:00
parent 67baddf9d0
commit 99ff02b01b

View File

@@ -60,7 +60,6 @@ public class ItemsController : ControllerBase {
if(oldItem == null) return NotFound();
Item updatedItem = new Item {
Id = oldItem.Id,
Name = item.Name,
Description = item.Description,
CreatedAt = oldItem.CreatedAt,