Fixing the error with the automatic merge from develop to this branch

pull/26/head
capitanwesler 5 years ago
parent 62a059c1fd
commit ba24488e72

@ -1,5 +1,5 @@
const rss = require('rss-to-json');
const fuzzball = require('fuzzball');
const {
homgot
} = require('../api/apiCall');
@ -463,7 +463,7 @@ const getPlatforms = async (id) => {
}));
} if (id === "producers" || id === "apps" || id === "publishers" || "events") {
data = await homgot(`${BASE_ARUPPI}res/documents/animelegal/type/${id}.json`, { parse: true });
return data.map(doc => ({

Loading…
Cancel
Save