Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Oct 2, 2024
1 parent d41777e commit e0f988d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/accounting/psql/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ async function createAccountDeposit(
type: LedgerTransferType.DEPOSIT
}

// ilp - 617n (not final sentAmount)
const { errors } = await createTransfers(deps, [transfer], trx)

if (errors[0]) {
Expand Down

0 comments on commit e0f988d

Please sign in to comment.