latest
This commit is contained in:
parent
ca3b1d7455
commit
f94543943f
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ async def api_get_jukeboxs(
|
|||
wallet: WalletTypeInfo = Depends(get_key_type),
|
||||
all_wallets: bool = Query(False),
|
||||
):
|
||||
wallet_user = wallet.wallet[0].user
|
||||
wallet_user = wallet.wallet.user
|
||||
|
||||
try:
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue