mics: removed unused eslint directive

This commit is contained in:
Sheen Capadngan
2025-11-08 03:47:50 +08:00
parent 7d65ca7a9c
commit efc1f2682e

View File

@@ -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");