From 700da2611295df6fbd2b221e3a8328dd15139fb1 Mon Sep 17 00:00:00 2001 From: Patrick FIc Date: Thu, 2 Oct 2025 21:21:30 -0700 Subject: [PATCH] Update ES URL and beta.8. --- electron/estimate-scrubber/estimate-scrubber.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electron/estimate-scrubber/estimate-scrubber.js b/electron/estimate-scrubber/estimate-scrubber.js index 198c208..399fb50 100644 --- a/electron/estimate-scrubber/estimate-scrubber.js +++ b/electron/estimate-scrubber/estimate-scrubber.js @@ -125,7 +125,7 @@ async function ScrubEstimate({ job }) { }); const resultPDFUrl = result?.data?.report_link; - const reportIssueUrl = `${estimateScrubberUrl}/pcontactUs.aspx?apiKey=${esApiKey}&file=${fileName}.json` + const reportIssueUrl = `https://insurtechtoolkit.com/pcontactUs.aspx?apiKey=${esApiKey}&file=${fileName}.json` // log.log("Estimate Scrubber Result:", result.data, resultPDFUrl); const b = BrowserWindow.getAllWindows()[0]; b.webContents.send(ipcTypes.app.toRenderer.scrubResults, { @@ -146,7 +146,7 @@ async function ScrubEstimate({ job }) { // pdfWindow.focus(); return resultPDFUrl; } catch (error) { - log.error("Error while scrubbing estimate:", error); + log.error("Error while scrubbing estimate:", error, error.stack); log.error("Error Response Data:", error.response?.data); const mainWindow = BrowserWindow.getAllWindows()[0]; diff --git a/package.json b/package.json index c6d7504..bdfd1e5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "ImEX RPS", "author": "ImEX Systems Inc. ", "description": "ImEX RPS", - "version": "1.4.2-alpha.18", + "version": "1.4.2-beta.8", "main": "electron/main.js", "homepage": "./", "dependencies": {