commit
622a98e81f
2 changed files with 1 additions and 1 deletions
|
|
@ -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 = ''
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue