mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove unused data from JSON lists
This commit is contained in:
parent
b3d5d9acb6
commit
837cf6f83c
3 changed files with 4 additions and 4 deletions
|
|
@ -188,14 +188,14 @@ export default async function () {
|
||||||
name,
|
name,
|
||||||
status,
|
status,
|
||||||
lastUpdated,
|
lastUpdated,
|
||||||
url,
|
// url,
|
||||||
text,
|
text,
|
||||||
slug: appSlug,
|
slug: appSlug,
|
||||||
endpoint,
|
endpoint,
|
||||||
category: {
|
category: {
|
||||||
slug: categorySlug
|
slug: categorySlug
|
||||||
},
|
},
|
||||||
content: token.content,
|
// content: token.content,
|
||||||
relatedLinks
|
relatedLinks
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ export default async function () {
|
||||||
gameList.push({
|
gameList.push({
|
||||||
name: game.Games,
|
name: game.Games,
|
||||||
status,
|
status,
|
||||||
url: `https://rawg.io/search?query=${encodeURIComponent(game.Games)}`,
|
// url: `https://rawg.io/search?query=${encodeURIComponent(game.Games)}`,
|
||||||
text: getStatusText(game),
|
text: getStatusText(game),
|
||||||
slug,
|
slug,
|
||||||
endpoint: `/game/${slug}`,
|
endpoint: `/game/${slug}`,
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ export default async function () {
|
||||||
formulaeList.push({
|
formulaeList.push({
|
||||||
name: formulae.name,
|
name: formulae.name,
|
||||||
status: parseStatus(formulae),
|
status: parseStatus(formulae),
|
||||||
url: `https://formulae.brew.sh/formula/${formulae.name}`,
|
// url: `https://formulae.brew.sh/formula/${formulae.name}`,
|
||||||
text: getStatusText(formulae),
|
text: getStatusText(formulae),
|
||||||
slug,
|
slug,
|
||||||
endpoint: `/formula/${slug}`,
|
endpoint: `/formula/${slug}`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue