Remove ... another ... redundant function.

This commit is contained in:
Katos
2024-07-12 22:21:01 +00:00
parent ae8f568bfa
commit 809b0db5e5

View File

@@ -596,7 +596,6 @@ func (e *ItemsRepository) UpdateByGroup(ctx context.Context, GID uuid.UUID, data
SetManufacturer(data.Manufacturer). SetManufacturer(data.Manufacturer).
SetArchived(data.Archived). SetArchived(data.Archived).
SetPurchaseTime(data.PurchaseTime.Time()). SetPurchaseTime(data.PurchaseTime.Time()).
SetPurchaseMethod(data.PurchaseMethod).
SetPurchaseFrom(data.PurchaseFrom). SetPurchaseFrom(data.PurchaseFrom).
SetPurchasePrice(data.PurchasePrice). SetPurchasePrice(data.PurchasePrice).
SetSoldTime(data.SoldTime.Time()). SetSoldTime(data.SoldTime.Time()).