Merge pull request #253 from shocknet/dev

Dev
This commit is contained in:
Daniel Lugo 2020-11-11 16:29:14 -04:00 committed by GitHub
commit 622a98e81f
2 changed files with 1 additions and 1 deletions

View file

@ -51,7 +51,6 @@ const ordersProcessed = new Set()
* @prop {import('shock-common').Schema.InvoiceState} state * @prop {import('shock-common').Schema.InvoiceState} state
* @prop {string} targetType * @prop {string} targetType
* @prop {(string)=} postID * @prop {(string)=} postID
* @prop {(number)=} postPage
*/ */
let currentOrderAddr = '' let currentOrderAddr = ''

View file

@ -48,6 +48,7 @@ const _getPostTipInfo = ({ postID }) =>
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)