Further API Debugging.

This commit is contained in:
Patrick Fic
2024-03-14 07:54:30 -07:00
parent 6f09064f05
commit f8b7d2c4a7

View File

@@ -81,7 +81,7 @@ exports.default = async function ReloadCdkMakes(req, res) {
"ERROR",
req.user.email,
null,
{
{CDK_CREDENTIALS,
cdk_dealerid,
error: error.message,
}
@@ -142,8 +142,10 @@ async function GetCdkMakes(req, cdk_dealerid) {
req.user.email,
null,
{
CDK_CREDENTIALS,
cdk_dealerid,
error,
request: JSON.stringify(error.request)
}
);