lnurl bug fix
This commit is contained in:
parent
c3df979a67
commit
ad18031b8b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,4 +71,4 @@ async def lnurl_callback(cp_id):
|
||||||
extra={"tag": "copilot", "comment": comment},
|
extra={"tag": "copilot", "comment": comment},
|
||||||
)
|
)
|
||||||
|
|
||||||
return jsonify({"pr": payment_request, "success_action": None, "routes": [], "disposable": None})
|
return jsonify("pr": payment_request, "success_action": None, "routes": [], "disposable": None)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue