From 95ce328cbf75946ae5128a2f494f8b2f9e267e55 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Fri, 25 Feb 2022 20:12:28 +0000 Subject: [PATCH] build fix --- utils/certificate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/certificate.ts b/utils/certificate.ts index 3640523..25e53e8 100644 --- a/utils/certificate.ts +++ b/utils/certificate.ts @@ -26,7 +26,7 @@ const stripCertHeaderAndFooter = (cert: string): string => { return cert; }; -function GetKeyInfo(x509Certificate: string, signatureConfig: any = {}) { +function GetKeyInfo(this: any, x509Certificate: string, signatureConfig: any = {}) { x509Certificate = stripCertHeaderAndFooter(x509Certificate); this.getKeyInfo = () => {