IO-3006 CDK PBS Error Log on INSERT_EXPORT_LOG

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2024-10-29 13:33:40 -07:00
parent 9b67148522
commit 80f235f12e
2 changed files with 2 additions and 2 deletions

View File

@@ -611,7 +611,7 @@ async function InsertFailedExportLog(socket, error) {
bodyshopid: socket.JobData.bodyshop.id,
jobid: socket.JobData.id,
successful: false,
message: [error],
message: JSON.stringify(error),
useremail: socket.user.email
}
});