Populate templates in wiki cache (done)

This commit is contained in:
mtkennerly 2022-06-30 23:36:11 +08:00
parent ea7383e3a3
commit 0b47d3cbcd
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
4 changed files with 8711 additions and 100 deletions

View file

@ -84,7 +84,7 @@ async function main() {
if (args.steam) {
await steamCache.refresh(
args.skipUntil,
args.irregularPathUntagged,
args.irregularPathUntagged ?? false,
args.limit ?? DEFAULT_GAME_LIMIT,
);
}