From a0480088591db9d048f62aa6d9db2f9050863551 Mon Sep 17 00:00:00 2001 From: k00b Date: Fri, 27 Dec 2024 19:58:19 -0600 Subject: [PATCH] fix lint --- components/item-act.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/item-act.js b/components/item-act.js index 6a6165ff5..7733b4a12 100644 --- a/components/item-act.js +++ b/components/item-act.js @@ -233,6 +233,8 @@ function modifyActCache (cache, { result, invoice }, me) { function updateAncestors (cache, { result, invoice }) { if (!result) return const { id, sats, act, path } = result + const p2p = invoice?.invoiceForward + if (act === 'TIP') { // update all ancestors path.split('.').forEach(aId => {