This commit is contained in:
Lanta 2023-11-28 14:41:29 +01:00
parent c6ae65ad55
commit 89e35f31d4

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 = @()