Skip to content

Commit

Permalink
fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
samvdb committed Jun 22, 2023
1 parent 9023161 commit c622631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func main() {
log.Fatal().Msg("missing required environment variable TOMORROW_APIKEY")
os.Exit(1)
}
service = Service{apiKey, *jsonFile, cacheTime}
service = Service{apiKey, *jsonFile, *cacheTime}

r := mux.NewRouter()
c := LogHttp(log.Logger)
Expand Down

0 comments on commit c622631

Please sign in to comment.