From 303ce63f5b6312a8946782407a690078dd1f8814 Mon Sep 17 00:00:00 2001 From: emad-salah Date: Fri, 30 Oct 2020 13:25:30 +0100 Subject: [PATCH] Minor fix --- utils/lndJobs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/lndJobs.js b/utils/lndJobs.js index a37cac78..8b0a5726 100644 --- a/utils/lndJobs.js +++ b/utils/lndJobs.js @@ -49,6 +49,7 @@ const _getPostTipInfo = ({ postID, page }) => tipCounter: typeof tipCounter === 'number' ? tipCounter : 0, tipValue: typeof tipValue === 'number' ? tipValue : 0 }) + return } resolve(post)