aboutsummaryrefslogtreecommitdiffstats
path: root/skate
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-05-24 22:11:31 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-05-24 22:11:31 +0200
commit5cf00fd3d87cec3d08bca085318bd38e411e6272 (patch)
tree98252f83d7913a7098a983e45712b5c0a6d3c5d9 /skate
parent58bbcd71234749fa9e03ab7c8811bc6e078d906c (diff)
downloadrefcat-5cf00fd3d87cec3d08bca085318bd38e411e6272.tar.gz
refcat-5cf00fd3d87cec3d08bca085318bd38e411e6272.zip
map: fix json tag
Diffstat (limited to 'skate')
-rw-r--r--skate/map.go2
1 files changed, 1 insertions, 1 deletions
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"`
}