mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
mics: removed unused eslint directive
This commit is contained in:
@@ -802,7 +802,6 @@ export const certificateProfileServiceFactory = ({
|
||||
cipherTextBlob: certBody.encryptedCertificate
|
||||
});
|
||||
|
||||
// @ts-expect-error - Buffer type is compatible at runtime despite TypeScript error
|
||||
const certObj = new x509.X509Certificate(decryptedCert);
|
||||
const certificate = certObj.toString("pem");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user