mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
Fix issue with duplicated SoldTime struct
This commit is contained in:
@@ -134,9 +134,7 @@ type (
|
||||
Labels []LabelSummary `json:"labels"`
|
||||
|
||||
ImageID *uuid.UUID `json:"imageId,omitempty"`
|
||||
|
||||
// Sale details
|
||||
SoldTime time.Time `json:"updatedAt"`
|
||||
|
||||
}
|
||||
|
||||
ItemOut struct {
|
||||
|
||||
Reference in New Issue
Block a user