Refresh Steam data for Lies of P

This commit is contained in:
mtkennerly 2023-09-19 23:40:55 +08:00
parent aebe293878
commit 9995c2f8af
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
3 changed files with 18 additions and 2 deletions

View file

@ -106,6 +106,7 @@ async function main() {
args.irregular ?? false,
args.irregularPathUntagged ?? false,
args.limit ?? DEFAULT_GAME_LIMIT,
args._.map(x => x.toString()) ?? [],
);
}