Compare commits
No commits in common. "main" and "v2.0.1" have entirely different histories.
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ type File struct {
|
|||
type PhotoLabel struct {
|
||||
PhotoID uint `json:"PhotoID"`
|
||||
LabelID uint `json:"LabelID"`
|
||||
LabelSrc string `json:"LabelSrc"`
|
||||
LabelSrc string `json:"LabelSrc""`
|
||||
Uncertainty int `json:"Uncertainty"`
|
||||
Photo *Photo `json:"Photo"`
|
||||
Label *Label `json:"Label"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue