Add instruments to account readout

This commit is contained in:
Mark Veidemanis 2023-02-14 07:20:47 +00:00
parent 1fc969177d
commit 27de8090de
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class AccountInfo(LoginRequiredMixin, OTPRequiredMixin, ObjectRead):
"sandbox",
"supported_symbols",
"initial_balance",
# "instruments",
"instruments",
]
def get_object(self, **kwargs):