return if no matches found

This commit is contained in:
2021-10-17 18:18:45 +02:00
parent e6f6cab9d1
commit 3a080bc36f

View File

@@ -174,6 +174,7 @@ func getPlayer(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusInternalServerError) w.WriteHeader(http.StatusInternalServerError)
return return
} }
return
} }
metaStats := new(utils.MatchStats) metaStats := new(utils.MatchStats)