diff --git a/last_stats.php b/last_stats.php index c67d509..79bc9aa 100644 --- a/last_stats.php +++ b/last_stats.php @@ -4,7 +4,6 @@ $ogDescription = "Explore detailed player statistics over the past month includi - diff --git a/update/get_matches.ps1 b/update/get_matches.ps1 index 0348060..cc77ff4 100644 --- a/update/get_matches.ps1 +++ b/update/get_matches.ps1 @@ -33,6 +33,8 @@ catch { Write-Output 'Unable to read file exitin' exit } + + foreach ($player in $player_data) { $lastMatches = $player.relationships.matches.data.id #| Select-Object -First 10 $playermatches = @()