fixes #140

Merged
OpzekerIT merged 9 commits from dev into main 2023-11-22 15:19:33 +00:00
Showing only changes of commit 9e813c3df4 - Show all commits

View file

@ -120,7 +120,7 @@ foreach ($file in $matchfiles) {
write-output "NEW $matchfiledate"
}
}
$player_matches_object | convertto-json -Depth 100 | out-file "$scriptroot/../data/cached_matches.json"
$player_matches_object | Sort-Object createdAt| convertto-json -Depth 100 | out-file "$scriptroot/../data/cached_matches.json"
remove-lock
Stop-Transcript