Skip to content

Commit

Permalink
Remove redundant reference in repo_items
Browse files Browse the repository at this point in the history
  • Loading branch information
katosdev committed Jul 12, 2024
1 parent 8772534 commit ae8f568
Show file tree
Hide file tree
Showing 2 changed files with 6,973 additions and 5,110 deletions.
1 change: 0 additions & 1 deletion backend/internal/data/repo/repo_items.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ func mapItemOut(item *ent.Item) ItemOut {
Manufacturer: item.Manufacturer,

// Purchase
PurchaseMethod: item.PurchaseMethod,
PurchaseTime: types.DateFromTime(item.PurchaseTime),
PurchaseFrom: item.PurchaseFrom,

Expand Down
Loading

0 comments on commit ae8f568

Please sign in to comment.