Minor fix

This commit is contained in:
emad-salah 2020-10-30 13:25:30 +01:00
parent 14da521229
commit 303ce63f5b

View file

@ -49,6 +49,7 @@ const _getPostTipInfo = ({ postID, page }) =>
tipCounter: typeof tipCounter === 'number' ? tipCounter : 0, tipCounter: typeof tipCounter === 'number' ? tipCounter : 0,
tipValue: typeof tipValue === 'number' ? tipValue : 0 tipValue: typeof tipValue === 'number' ? tipValue : 0
}) })
return
} }
resolve(post) resolve(post)