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)