IO-3239 Additional logging fixes.

This commit is contained in:
Patrick Fic
2025-05-28 15:21:42 -07:00
parent 2c508cf1a1
commit d52426f5f5
2 changed files with 8 additions and 5 deletions

View File

@@ -206,7 +206,7 @@ const createLogger = () => {
jobid,
paymentid,
billid,
status: status.toString() ?? "0",
status: status?.toString() ?? "0",
bodyshopid,
email
}