Skip to content

Commit 0c29596

Browse files
Merge pull request #2179 from OpenSignLabs/updates-26234947661
Merge pull request #2467 from nxglabs/sync-to-public_repo-26233821722
2 parents 3f4007d + 5fbd1fc commit 0c29596

2 files changed

Lines changed: 2 additions & 171 deletions

File tree

apps/OpenSign/server.cjs

Lines changed: 0 additions & 169 deletions
This file was deleted.

apps/OpenSign/src/pages/PdfRequestFiles.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,8 @@ function PdfRequestFiles(
577577
setContractName("_Contactbook");
578578
setSignerUserId(contact?.objectId);
579579
handleTourStatus(isTourEnabled, contact?.TourStatus);
580-
} catch (err) {
581-
console.log("err while getting tourstatus", err);
580+
} catch (error) {
581+
console.log("err while getting tourstatus", error);
582582
}
583583
}
584584
}

0 commit comments

Comments
 (0)