(TEMP) fix tickets not showing after payment (#292)

This commit is contained in:
Tiago Vasconcelos
2021-08-11 13:52:54 -03:00
committed by GitHub
parent 6312b5b564
commit b7ed7fab59
4 changed files with 3 additions and 6 deletions
-1
View File
@@ -92,7 +92,6 @@ 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,