mirror of
https://github.com/Crocmagnon/lyon-transports.git
synced 2024-12-03 11:16:00 +01:00
fix typo in field name
This commit is contained in:
parent
fb8a40579b
commit
463513e78b
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue