Merge pull request #47 from aruppi/develop

🤖 Fixing error in callback
pull/49/head
Jesús María 4 years ago committed by GitHub
commit 21e8fc2637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,7 +73,9 @@ export const animeExtraInfo = async (mal_id: number) => {
scrapy: false, scrapy: false,
}); });
if (data.broadcast) {
broadcast = data.broadcast.split('at')[0].trim().toLowerCase() || null; broadcast = data.broadcast.split('at')[0].trim().toLowerCase() || null;
}
} catch (err) { } catch (err) {
return err; return err;
} }

Loading…
Cancel
Save