Fix zoechip bug

This commit is contained in:
mrjvs 2023-12-28 01:26:10 +01:00
parent 7c40c8a2c1
commit 8904e87b7e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export async function formatSource(
embed.embedId = mixdropScraper.id; embed.embedId = mixdropScraper.id;
break; break;
default: default:
throw new Error(`Failed to find ZoeChip embed source for ${link}`); return null;
} }
return embed; return embed;