From efc1f2682e3e6a48c968b0f674123eeb069fb541 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Sat, 8 Nov 2025 03:47:50 +0800 Subject: [PATCH] mics: removed unused eslint directive --- .../services/certificate-profile/certificate-profile-service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/services/certificate-profile/certificate-profile-service.ts b/backend/src/services/certificate-profile/certificate-profile-service.ts index 73daae8b3..d5e34eec1 100644 --- a/backend/src/services/certificate-profile/certificate-profile-service.ts +++ b/backend/src/services/certificate-profile/certificate-profile-service.ts @@ -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");