From b6ba2a0e4d19240466e6f3bee1d5b35c641b8955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9luchu?= Date: Fri, 5 Jun 2020 11:08:00 +0200 Subject: [PATCH] Added Type for specials --- src/api/api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/api.js b/src/api/api.js index 8c2c5cb..383caee 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -174,6 +174,7 @@ const getSpecials = async (type, subType, page) =>{ promises.push({ id: doc.id, title: doc.title, + type: doc.type, banner: doc.banner, image: doc.poster, synopsis: doc.synopsis,