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;
|
||||
|
||||
if (!fetched) {
|
||||
throw new Error(`Failed to bulk-fetch projects ${unfetched.join(", ")}`);
|
||||
}
|
||||
//if (!fetched) {
|
||||
// throw new Error(`Failed to bulk-fetch projects ${unfetched.join(", ")}`);
|
||||
//}
|
||||
|
||||
modInfos.push(...fetched);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user