From 29414b28c90b72b74bfdbf35c770ba7f4b62cdc3 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 2 Aug 2022 23:28:57 -0400 Subject: [PATCH] Updated parameters for getHistoricalData --- cmd/history.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/history.go b/cmd/history.go index 2149554..25e4cb0 100644 --- a/cmd/history.go +++ b/cmd/history.go @@ -48,7 +48,7 @@ func getUnixTime(c pb.RouteGuideClient) int32 { return res.Unixtime } -func getHistorical(c pb.RouteGuideClient) { +func getHistoricalData(c pb.RouteGuideClient, app *Application) { var lat, lon, year, month, day int32