From 4e41e5f1a1b12967e7779e3802b44d740f65c935 Mon Sep 17 00:00:00 2001 From: Astra Date: Fri, 28 Jun 2024 18:59:13 +0200 Subject: [PATCH] Update api/v1/types.go --- api/v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/types.go b/api/v1/types.go index e10d8a1..3703759 100644 --- a/api/v1/types.go +++ b/api/v1/types.go @@ -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"`