From d671c6fc586d884d1a1c0b064191d6c07a16898a Mon Sep 17 00:00:00 2001 From: capitanwesler Date: Tue, 26 Jan 2021 23:24:12 +0000 Subject: [PATCH] Missing return parameter in getPoster function --- src/utils/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/index.js b/src/utils/index.js index f06a37f..1949653 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -147,6 +147,8 @@ function getPoster(id) { return anime.poster; } } + + return ""; }; async function getRelatedAnimes(id) {