Fix up some redirected pages and add pre-commit hooks

This commit is contained in:
mtkennerly 2020-07-15 15:34:37 -04:00
parent d22b2b161a
commit 1c1ed6c525
8 changed files with 122 additions and 36 deletions

View file

@ -524,4 +524,3 @@ export async function getGame(pageTitle: string, cache: WikiGameCache): Promise<
cache[pageTitle].revId = page.revisions?.[0]?.revid ?? 0;
return game;
}