(TEMP) fix tickets not showing after payment (#292)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user