Resolve file path resolution on Mac/Linux.
This commit is contained in:
@@ -125,9 +125,6 @@ async function ImportJob(filepath: string): Promise<void> {
|
||||
log.info(`Job data saved to: ${filePath}`);
|
||||
}
|
||||
|
||||
//Temporarily adjust the claim number to ensure we are running on the right set of claims.
|
||||
jobObject.clm_no = `ELECTRONAPP-${jobObject.clm_no}`;
|
||||
|
||||
const newAvailableJob: AvailableJobSchema = {
|
||||
uploaded_by: store.get("user.email"),
|
||||
bodyshopid: store.get("app.bodyshop.id"),
|
||||
|
||||
Reference in New Issue
Block a user