Populate templates in wiki cache (done)
This commit is contained in:
parent
ea7383e3a3
commit
0b47d3cbcd
4 changed files with 8711 additions and 100 deletions
|
@ -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,
|
||||
);
|
||||
}
|
||||
|
|
Reference in a new issue