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

@@ -135,8 +135,6 @@ type (
ImageID *uuid.UUID `json:"imageId,omitempty"`
// Sale details
SoldTime time.Time `json:"updatedAt"`
}
ItemOut struct {