Fix up some redirected pages and add pre-commit hooks
This commit is contained in:
parent
d22b2b161a
commit
1c1ed6c525
8 changed files with 122 additions and 36 deletions
|
@ -524,4 +524,3 @@ export async function getGame(pageTitle: string, cache: WikiGameCache): Promise<
|
|||
cache[pageTitle].revId = page.revisions?.[0]?.revid ?? 0;
|
||||
return game;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue