lnurl bug fix

This commit is contained in:
Ben Arc
2021-04-16 13:17:21 +01:00
parent c3df979a67
commit ad18031b8b

View File

@@ -71,4 +71,4 @@ async def lnurl_callback(cp_id):
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)