Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huumn committed Dec 28, 2024
1 parent e276d86 commit a048008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/item-act.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit a048008

Please sign in to comment.