hotfix2: include_query_params
Some checks failed
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled

This commit is contained in:
dni ⚡ 2023-11-24 17:56:14 +01:00
commit 9b5a86485e
No known key found for this signature in database
GPG key ID: 886317704CC4E618

View file

@ -152,16 +152,14 @@ async def api_lnurl_response(
request.url_for(
"lnurlp.api_lnurl_lnaddr_callback",
link_id=link.id,
webhook_data=webhook_data,
)
).include_query_params(webhook_data=webhook_data)
)
else:
callback = str(
request.url_for(
"lnurlp.api_lnurl_callback",
link_id=link.id,
webhook_data=webhook_data,
)
).include_query_params(webhook_data=webhook_data)
)
resp = LnurlPayResponse(