diff --git a/cmd/main.go b/cmd/main.go index 0b4b12d..654eeb3 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -77,7 +77,6 @@ func main() { // Creating httpClient and sending Request to Steam API httpClient := http.Client{} - info.Version = "123" req, err := http.NewRequest(http.MethodGet, url+info.Version, nil) if err != nil { log.Fatal(err)