From 0d1c2ee1fe7b2194271e1c1d62443e338da09ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9luchu?= Date: Fri, 21 Aug 2020 12:23:23 +0200 Subject: [PATCH] =?UTF-8?q?v3.0.3=20-=20Filter=20'Remasterizaci=C3=B3n'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- package.json | 2 +- src/utils/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52073b6..a6b774c 100644 --- a/README.md +++ b/README.md @@ -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 > diff --git a/package.json b/package.json index 6535905..f9e150c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/utils/index.js b/src/utils/index.js index 51de79c..ee975b9 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -449,7 +449,7 @@ const getThemesData = async (themes) => { } - return promises; + return promises.filter(x => x.title !== 'Remasterización'); };