remove lost matches from json
This commit is contained in:
parent
ee0b298ddb
commit
1be9732279
1 changed files with 7 additions and 6 deletions
|
|
@ -336,6 +336,7 @@ k_t = Team eliminaties
|
|||
foreach ($item in $player_matches) {
|
||||
if ($item.PSObject.Properties.Name -contains "new_win_matches") {
|
||||
$item.new_win_matches = $null
|
||||
$item.new_loss_matches = $null
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue