Using markdown v2

This commit is contained in:
2022-09-15 21:38:04 +08:00
parent 25ccd64a88
commit 292665c49b
4 changed files with 44 additions and 33 deletions

View File

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