This commit is contained in:
Lanta 2023-11-28 14:25:48 +01:00
parent 4f434f6ef1
commit 8a31bb2b12

View file

@ -33,8 +33,6 @@ catch {
Write-Output 'Unable to read file exitin' Write-Output 'Unable to read file exitin'
exit exit
} }
foreach ($player in $player_data) { foreach ($player in $player_data) {
$lastMatches = $player.relationships.matches.data.id #| Select-Object -First 10 $lastMatches = $player.relationships.matches.data.id #| Select-Object -First 10
$playermatches = @() $playermatches = @()