Resolve source map issue and rename additional files.
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user