Skip to content

Commit

Permalink
removed double claim
Browse files Browse the repository at this point in the history
  • Loading branch information
arcbtc committed Oct 7, 2024
1 parent a44ae6e commit e5cc000
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views_lnurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ async def lnurl_callback(
lnurldevicepayment
)
assert lnurldevicepayment_updated
await delete_atm_payment_link(paymentid)
return {"status": "ERROR", "reason": "Failed to make payment."}
return {"status": "OK"}
if device.device == "switch":
Expand Down

0 comments on commit e5cc000

Please sign in to comment.