diff --git a/core/views/accounts.py b/core/views/accounts.py index 4e0cdfd..aac7bf1 100644 --- a/core/views/accounts.py +++ b/core/views/accounts.py @@ -30,7 +30,7 @@ class AccountInfo(LoginRequiredMixin, OTPRequiredMixin, ObjectRead): "sandbox", "supported_symbols", "initial_balance", - # "instruments", + "instruments", ] def get_object(self, **kwargs):