This commit is contained in:
fiatjaf
2021-08-11 22:53:11 -03:00
parent 26b3599325
commit 8f2b42309d
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -92,6 +92,7 @@ async def api_tickets():
if "all_wallets" in request.args:
wallet_ids = (await get_user(g.wallet.user)).wallet_ids
return (
jsonify([form._asdict() for form in await get_tickets(wallet_ids)]),
HTTPStatus.OK,