diff --git a/lnbits/extensions/copilot/lnurl.py b/lnbits/extensions/copilot/lnurl.py index 345001785..55eb5d89c 100644 --- a/lnbits/extensions/copilot/lnurl.py +++ b/lnbits/extensions/copilot/lnurl.py @@ -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}) \ No newline at end of file + return jsonify("pr": payment_request, "success_action": None, "routes": [], "disposable": None) \ No newline at end of file