From c7416c825ce69a69345eaef3c36353b184b4241c Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Thu, 3 Apr 2025 20:13:01 +0400 Subject: [PATCH] Update audit-log-types.ts --- backend/src/ee/services/audit-log/audit-log-types.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backend/src/ee/services/audit-log/audit-log-types.ts b/backend/src/ee/services/audit-log/audit-log-types.ts index 9bfe149a8..e1d90e1fa 100644 --- a/backend/src/ee/services/audit-log/audit-log-types.ts +++ b/backend/src/ee/services/audit-log/audit-log-types.ts @@ -1,5 +1,3 @@ -import { SigningAlgorithm } from "aws-sdk/clients/acmpca"; - import { TCreateProjectTemplateDTO, TUpdateProjectTemplateDTO @@ -7,7 +5,7 @@ import { import { SshCaStatus, SshCertType } from "@app/ee/services/ssh/ssh-certificate-authority-types"; import { SshCertTemplateStatus } from "@app/ee/services/ssh-certificate-template/ssh-certificate-template-types"; import { SymmetricKeyEncryptDecrypt } from "@app/lib/crypto/cipher"; -import { AsymmetricKeySignVerify } from "@app/lib/crypto/sign/types"; +import { AsymmetricKeySignVerify, SigningAlgorithm } from "@app/lib/crypto/sign/types"; import { TProjectPermission } from "@app/lib/types"; import { AppConnection } from "@app/services/app-connection/app-connection-enums"; import { TCreateAppConnectionDTO, TUpdateAppConnectionDTO } from "@app/services/app-connection/app-connection-types";