diff --git a/main.go b/main.go index 4132d79..0247a53 100644 --- a/main.go +++ b/main.go @@ -601,7 +601,7 @@ func getMatch(w http.ResponseWriter, r *http.Request) { Stats: []*utils.StatsResponse{}, } - if tMatch.Date.Before(time.Now().AddDate(0, 0, -30)) { + if tMatch.Date.After(time.Now().AddDate(0, 0, -30)) { mResponse.ReplayURL = tMatch.ReplayURL }