mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Update opensource.js
This commit is contained in:
parent
dc92341f28
commit
854ff3ea47
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ export async function getStaticProps() {
|
|||
await fetch('https://bank.hackclub.com/api/v3/organizations').then(res =>
|
||||
res.json()
|
||||
)
|
||||
).filter(account => account.category.replaceAll(' ', '_') === 'hack_club_hq')
|
||||
).filter(account => account.category?.replaceAll(' ', '_') === 'hack_club_hq')
|
||||
|
||||
return { props: { repos, transparentAccounts }, revalidate: 30 }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue