From 70e7e32c577a329693c5a5a311375e02c7597df3 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 3 Apr 2025 11:45:53 +0200 Subject: [PATCH] iets minder mag wel --- discord/report_new_matches.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/discord/report_new_matches.ps1 b/discord/report_new_matches.ps1 index eaca2c0..83462d3 100644 --- a/discord/report_new_matches.ps1 +++ b/discord/report_new_matches.ps1 @@ -72,13 +72,12 @@ $map_map = @{ } try { - get-content "$scriptroot/../data/player_matches.json" #debug purposes $player_matches = get-content "$scriptroot/../data/player_matches.json" | convertfrom-json -Depth 100 } catch { Write-Output 'Unable to read file exitin' } -write-output $player_matches +Write-Output $player_matches Write-Output $new_win_matches $new_win_matches = $player_matches[-1].new_win_matches