Add debug for CDK.
This commit is contained in:
@@ -82,10 +82,10 @@ exports.default = async function ReloadCdkMakes(req, res) {
|
|||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
cdk_dealerid,
|
cdk_dealerid,
|
||||||
error,
|
error: JSON.stringify(error),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
res.status(500).json(error);
|
res.status(500).json(error.message);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user