build fix

This commit is contained in:
Deepak Prabhakara 2022-02-25 20:12:28 +00:00
parent 12a1def600
commit 95ce328cbf

View File

@ -26,7 +26,7 @@ const stripCertHeaderAndFooter = (cert: string): string => {
return cert; return cert;
}; };
function GetKeyInfo(x509Certificate: string, signatureConfig: any = {}) { function GetKeyInfo(this: any, x509Certificate: string, signatureConfig: any = {}) {
x509Certificate = stripCertHeaderAndFooter(x509Certificate); x509Certificate = stripCertHeaderAndFooter(x509Certificate);
this.getKeyInfo = () => { this.getKeyInfo = () => {