From c776fdadb4a61dfaf80d71b0226b0fb2a1a94a46 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 23 Oct 2024 11:17:28 +0100 Subject: [PATCH] Fix json name for PIS toc --- pkg/database/pis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/database/pis.go b/pkg/database/pis.go index f568479..3af56f1 100644 --- a/pkg/database/pis.go +++ b/pkg/database/pis.go @@ -4,5 +4,5 @@ type PIS struct { Code string `json:"code"` Stops []string `json:"stops"` Tiplocs []string `json:"tiplocs"` - Operator string `json:"operator"` + Operator string `json:"toc"` }