Using markdown v2
This commit is contained in:
@@ -65,7 +65,7 @@ func Query( lang string, message string ) *QueryResult {
|
||||
}
|
||||
|
||||
if len( schedules.BusStops ) == 0 {
|
||||
qr.Error = errors.New( "Schedules are empty...perhaps Out of Service Time?" )
|
||||
qr.Schedules = &map[BusStop] *BusStopBuses{}
|
||||
return &qr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user