diff --git a/main.go b/main.go index d520f23..3d49762 100644 --- a/main.go +++ b/main.go @@ -174,6 +174,7 @@ func getPlayer(w http.ResponseWriter, r *http.Request) { w.WriteHeader(http.StatusInternalServerError) return } + return } metaStats := new(utils.MatchStats)