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"` }