Fix issue with duplicated SoldTime struct

This commit is contained in:
Katos
2025-03-23 20:27:50 +00:00
parent 406eca7709
commit 7937518ef0

View File

@@ -134,9 +134,7 @@ type (
Labels []LabelSummary `json:"labels"` Labels []LabelSummary `json:"labels"`
ImageID *uuid.UUID `json:"imageId,omitempty"` ImageID *uuid.UUID `json:"imageId,omitempty"`
// Sale details
SoldTime time.Time `json:"updatedAt"`
} }
ItemOut struct { ItemOut struct {