v3.0.3 - Filter 'Remasterización'

pull/2/head v3.0.3
Jéluchu 5 years ago
parent c6e6194701
commit 0d1c2ee1fe

@ -1,4 +1,4 @@
# **Aruppi API** (v3.0.2)
# **Aruppi API** (v3.0.3)
> This API has everything about Japan, from anime, music, radio, images, videos ... to japanese culture
>

@ -1,6 +1,6 @@
{
"name": "aruppi",
"version": "3.0.2",
"version": "3.0.3",
"description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app",
"main": "./src/api/api.js",
"scripts": {

@ -449,7 +449,7 @@ const getThemesData = async (themes) => {
}
return promises;
return promises.filter(x => x.title !== 'Remasterización');
};

Loading…
Cancel
Save