Update zunime.ts

This commit is contained in:
Pas 2025-08-11 19:56:33 -06:00
parent 3d69975400
commit bcbf1b85b3

View file

@ -34,6 +34,9 @@ export function makeZunimeEmbed(id: string, rank: number = 100) {
},
});
// eslint-disable-next-line no-console
console.log(res);
const resAny: any = res as any;
if (!resAny?.success || !resAny?.sources?.url) {