From 62f3ba9368fb8116066183c709f78cd8e6744229 Mon Sep 17 00:00:00 2001 From: Potenz Date: Tue, 7 Oct 2025 02:42:28 +0530 Subject: [PATCH] feat(eligibility-patientName) - v4 --- apps/Backend/src/routes/insuranceStatus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Backend/src/routes/insuranceStatus.ts b/apps/Backend/src/routes/insuranceStatus.ts index 01215a9..7bd2618 100644 --- a/apps/Backend/src/routes/insuranceStatus.ts +++ b/apps/Backend/src/routes/insuranceStatus.ts @@ -104,7 +104,7 @@ router.post( let seleniumResult: any = undefined; let createdPdfFileId: number | null = null; - let outputResult: any = undefined; + let outputResult: any = {}; const extracted: any = {}; try {