1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Remove the gating on page writing

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-28 09:15:32 -08:00
parent 6ca289017f
commit 042694c50d

View File

@@ -52,5 +52,5 @@ module.exports = exports = async function writePageContent (pages, prod) {
prod ? JSON.stringify(json) : JSON.stringify(json, null, 2),
)),
]);
}, { concurrency: 1 });
});
};