mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: account drawer.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user