From 463513e78b7bdedb4ca48e58c8ee0ff65688683f Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 11 Sep 2024 20:20:08 +0200 Subject: [PATCH] fix typo in field name --- tcl_stop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl_stop.go b/tcl_stop.go index ca95dea..490aff5 100644 --- a/tcl_stop.go +++ b/tcl_stop.go @@ -31,7 +31,7 @@ func NewStop(tclStop TCLStop) Stop { type Passage struct { Ligne string `json:"ligne" example:"49A"` - Delays []string `json:"delays" example:"53 min"` + Delays []string `json:"delais" example:"53 min"` Destination Stop `json:"destination"` }