mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Remove debug throws
This commit is contained in:
@@ -20,7 +20,6 @@ let Changelogs: Change[] | Promise<Change[]> | null = null
|
||||
export async function getChangelogs() {
|
||||
if (!Changelogs) {
|
||||
const index = await (await fetch(`${repo}/index.json`)).json() as string[]
|
||||
throw new Error('Test')
|
||||
Changelogs = (await Promise.all(
|
||||
index.map((group, i) => fetchGroup(parseVersion(group), i))
|
||||
)).flat().map<Change>(change => ({
|
||||
|
||||
Reference in New Issue
Block a user