build fix
This commit is contained in:
parent
12a1def600
commit
95ce328cbf
@ -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 = () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user