fix typo in field name

This commit is contained in:
Gabriel Augendre 2024-09-11 20:20:08 +02:00
parent fb8a40579b
commit 463513e78b

View file

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