feat: account drawer.

This commit is contained in:
elforjani3
2021-04-27 15:58:37 +02:00
parent 5bb31f783c
commit 5b62410afa
14 changed files with 437 additions and 12 deletions

View File

@@ -209,7 +209,7 @@ export default class AccountsController extends BaseController {
tenantId,
accountId
);
return res.status(200).send({ account });
return res.status(200).send({ account: this.transfromToResponse(account) });
} catch (error) {
next(error);
}