mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
WIP Metadata class.
This commit is contained in:
@@ -184,7 +184,10 @@ export default {
|
||||
page: filter.page,
|
||||
});
|
||||
|
||||
return res.status(200).send({ ...items.toJSON() });
|
||||
return res.status(200).send({
|
||||
items: items.toJSON(),
|
||||
pagination: items.pagination,
|
||||
});
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user