mirror of
https://github.com/ow-mods/ow-mod-db.git
synced 2025-12-11 20:15:24 +01:00
Update fetch-mods.ts
This commit is contained in:
parent
ea57301386
commit
416f952e33
@ -58,8 +58,11 @@ export async function fetchMods(
|
||||
|
||||
const thumbnailInfo = previousMod?.thumbnail ?? {};
|
||||
|
||||
// This was breaking for coderCleric's GhostEverything mod and preventing the DB from even recognizing it exists: should do a permanent fix eventually
|
||||
// Also it's thumbnail will still not work
|
||||
let newThumbnail = {};
|
||||
try {
|
||||
const newThumbnail = await generateModThumbnail(
|
||||
newThumbnail = await generateModThumbnail(
|
||||
slug,
|
||||
modInfo.thumbnailUrl,
|
||||
readme?.downloadUrl,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user