Resolve source map issue and rename additional files.

This commit is contained in:
Patrick Fic
2025-12-11 10:52:49 -08:00
parent d0d487abe8
commit d75f8a3155
7 changed files with 97 additions and 32 deletions

View File

@@ -157,15 +157,15 @@ async function ImportJob(filepath: string): Promise<void> {
uploadNotification.show();
//Scrub the estimate
const scrubResults = ScrubEstimate({ job: jobObject });
UploadEmsToS3({
extensionlessFilePath,
bodyshopid: newAvailableJob.bodyshopid,
ciecaid: jobObject.ciecaid ?? "",
clm_no: jobObject.clm_no ?? "",
ownr_ln: jobObject.ownr_ln ?? "",
});
const scrubResults = await ScrubEstimate({ job: jobObject });
console.log("Scrub Results:", scrubResults);
// UploadEmsToS3({
// extensionlessFilePath,
// bodyshopid: newAvailableJob.bodyshopid,
// ciecaid: jobObject.ciecaid ?? "",
// clm_no: jobObject.clm_no ?? "",
// ownr_ln: jobObject.ownr_ln ?? "",
// });
} catch (error) {
log.error("Error encountered while decoding job. ", errorTypeCheck(error));
const uploadNotificationFailure = new Notification({