Skip to content

Commit

Permalink
Remove ... another ... redundant function.
Browse files Browse the repository at this point in the history
  • Loading branch information
katosdev committed Jul 12, 2024
1 parent ae8f568 commit 809b0db
Showing 1 changed file with 0 additions and 1 deletion.
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 @@ -596,7 +596,6 @@ func (e *ItemsRepository) UpdateByGroup(ctx context.Context, GID uuid.UUID, data
SetManufacturer(data.Manufacturer).
SetArchived(data.Archived).
SetPurchaseTime(data.PurchaseTime.Time()).
SetPurchaseMethod(data.PurchaseMethod).
SetPurchaseFrom(data.PurchaseFrom).
SetPurchasePrice(data.PurchasePrice).
SetSoldTime(data.SoldTime.Time()).
Expand Down

0 comments on commit 809b0db

Please sign in to comment.