Updated parameters for getHistoricalData

This commit is contained in:
Andrew Scott 2022-08-02 23:28:57 -04:00
parent 0e88ed0445
commit 29414b28c9
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -48,7 +48,7 @@ func getUnixTime(c pb.RouteGuideClient) int32 {
return res.Unixtime return res.Unixtime
} }
func getHistorical(c pb.RouteGuideClient) { func getHistoricalData(c pb.RouteGuideClient, app *Application) {
var lat, lon, year, month, day int32 var lat, lon, year, month, day int32