Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis authored Sep 20, 2023
1 parent c7f78ec commit af0a7a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/resolvers/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ export default {
if (decoded.num_msat !== milliamount) {
throw new Err('invoice has incorrect amount')
}

// take pr and createWithdrawl
return await createWithdrawal(parent, { invoice: res2.pr, maxFee }, { me, models, lnd })
},
Expand Down

0 comments on commit af0a7a3

Please sign in to comment.