Fix irregular Steam cache entries

This commit is contained in:
mtkennerly 2022-05-31 19:55:47 +08:00
parent 086520b791
commit dae2cd5695
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
5 changed files with 2005 additions and 7292 deletions

View file

@ -78,7 +78,9 @@ async function main() {
if (args.steam) {
await steamCache.refresh(
{
all: args.all,
skipUntil: args.skipUntil,
irregularUntagged: args.irregularPathUntagged,
},
args.limit ?? 25,
);