diff --git a/services/gunDB/contact-api/jobs/onOrders.js b/services/gunDB/contact-api/jobs/onOrders.js index cd9c3488..3a73dd73 100644 --- a/services/gunDB/contact-api/jobs/onOrders.js +++ b/services/gunDB/contact-api/jobs/onOrders.js @@ -51,7 +51,6 @@ const ordersProcessed = new Set() * @prop {import('shock-common').Schema.InvoiceState} state * @prop {string} targetType * @prop {(string)=} postID - * @prop {(number)=} postPage */ let currentOrderAddr = '' diff --git a/utils/lndJobs.js b/utils/lndJobs.js index 7502e115..0c5791f2 100644 --- a/utils/lndJobs.js +++ b/utils/lndJobs.js @@ -48,6 +48,7 @@ const _getPostTipInfo = ({ postID }) => tipCounter: typeof tipCounter === 'number' ? tipCounter : 0, tipValue: typeof tipValue === 'number' ? tipValue : 0 }) + return } resolve(post)