From ac8a4dd8d93bad2edfb36bf0ceedafa8f07a89c3 Mon Sep 17 00:00:00 2001 From: Wise Colt Date: Tue, 1 Jan 2019 20:59:11 +0300 Subject: [PATCH] fix little comment bug --- lib/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index cbdcb80..d525fa7 100644 --- a/lib/index.js +++ b/lib/index.js @@ -103,7 +103,7 @@ class FlixInfo { }); } else { - // Return the error if imdb id cannot be found + // Return the empty result if tmdb return empty const returnResult = { result: 0, error: 0 }; cb(returnResult) } @@ -113,7 +113,7 @@ class FlixInfo { }) } else { - // Return the error if imdb id cannot be found + // Return the empty result if imdb id cannot be found const returnResult = { result: 0, error: 0 }; cb(returnResult) }