1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 14:25:31 -04:00

fs -> fs/promises -> asyncify all note parsing

This commit is contained in:
2022-04-26 17:22:44 -04:00
parent 36e0835947
commit a3870a15db
6 changed files with 31 additions and 21 deletions

View File

@@ -98,7 +98,7 @@ const incrementPageHits = async (slug: string | string[], client: faunadb.Client
};
const getSiteStats = async (client: faunadb.Client) => {
const notes = getAllNotes();
const notes = await getAllNotes();
const q = faunadb.query;
const { data: pages }: { data: PageStats[] } = await client.query(