timetable-extension #1

Open
fred.boniface wants to merge 144 commits from timetable-extension into main
1 changed files with 2 additions and 0 deletions
Showing only changes of commit d0c9250afa - Show all commits

View File

@ -25,6 +25,8 @@ func ConvertServiceType(input *upstreamApi.JsonScheduleV1, vstp bool) (*database
Stops: parseStops(&input.ScheduleSegment.ScheduleLocation),
}
// New struct tags are not yet parsed. Ensure all struct tags are present.
return &output, nil
}