Update curseForgeAPI.ts
This commit is contained in:
parent
1bbfcabb3e
commit
de22ffb6a3
@ -123,9 +123,9 @@ export async function fetchProjectsBulk(toFetch: number[]): Promise<CurseForgePr
|
|||||||
})
|
})
|
||||||
)?.data;
|
)?.data;
|
||||||
|
|
||||||
if (!fetched) {
|
//if (!fetched) {
|
||||||
throw new Error(`Failed to bulk-fetch projects ${unfetched.join(", ")}`);
|
// throw new Error(`Failed to bulk-fetch projects ${unfetched.join(", ")}`);
|
||||||
}
|
//}
|
||||||
|
|
||||||
modInfos.push(...fetched);
|
modInfos.push(...fetched);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user