Update autohouse query timeline.
This commit is contained in:
@@ -47,6 +47,7 @@ exports.default = async (req, res) => {
|
|||||||
try {
|
try {
|
||||||
const { jobs } = await client.request(queries.AUTOHOUSE_QUERY, {
|
const { jobs } = await client.request(queries.AUTOHOUSE_QUERY, {
|
||||||
bodyshopid: bodyshop.id,
|
bodyshopid: bodyshop.id,
|
||||||
|
start: moment().subtract(30, "days").startOf("day"),
|
||||||
});
|
});
|
||||||
|
|
||||||
const autoHouseObject = {
|
const autoHouseObject = {
|
||||||
|
|||||||
Reference in New Issue
Block a user