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 {