Resolve file path resolution on Mac/Linux.

This commit is contained in:
Patrick Fic
2025-04-09 15:01:31 -07:00
parent ca1d3ffec9
commit 0cbecb1d6c
2 changed files with 15 additions and 7 deletions

View File

@@ -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"),