date sort
This commit is contained in:
parent
42d4ea3961
commit
9e813c3df4
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ foreach ($file in $matchfiles) {
|
||||||
write-output "NEW $matchfiledate"
|
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
|
remove-lock
|
||||||
Stop-Transcript
|
Stop-Transcript
|
||||||
Loading…
Add table
Add a link
Reference in a new issue