From 5cf00fd3d87cec3d08bca085318bd38e411e6272 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 24 May 2021 22:11:31 +0200 Subject: map: fix json tag --- skate/map.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skate/map.go b/skate/map.go index a72ad89..1584acd 100644 --- a/skate/map.go +++ b/skate/map.go @@ -27,7 +27,7 @@ type TitleDoc struct { // ContainerNameDoc is a document with a container title. type ContainerNameDoc struct { Biblio struct { - ContainerName string `json:"container_title"` + ContainerName string `json:"container_name"` } `json:"biblio"` } -- cgit v1.2.3