Remove unused data from JSON lists

This commit is contained in:
Sam Carlton 2020-11-28 15:43:37 -06:00
parent b3d5d9acb6
commit 837cf6f83c
3 changed files with 4 additions and 4 deletions

View file

@ -145,7 +145,7 @@ export default async function () {
formulaeList.push({
name: formulae.name,
status: parseStatus(formulae),
url: `https://formulae.brew.sh/formula/${formulae.name}`,
// url: `https://formulae.brew.sh/formula/${formulae.name}`,
text: getStatusText(formulae),
slug,
endpoint: `/formula/${slug}`,