From 0cf3115830a708d8f73b332a42cfc4ed59d22775 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Wed, 15 Jan 2025 22:39:54 -0800 Subject: [PATCH] chore: remove needless comment --- .../components/SecretSyncAuditLogsSection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/secret-manager/SecretSyncDetailsByIDPage/components/SecretSyncAuditLogsSection.tsx b/frontend/src/pages/secret-manager/SecretSyncDetailsByIDPage/components/SecretSyncAuditLogsSection.tsx index b4b681745..c13b5e132 100644 --- a/frontend/src/pages/secret-manager/SecretSyncDetailsByIDPage/components/SecretSyncAuditLogsSection.tsx +++ b/frontend/src/pages/secret-manager/SecretSyncDetailsByIDPage/components/SecretSyncAuditLogsSection.tsx @@ -7,7 +7,6 @@ import { EventType } from "@app/hooks/api/auditLogs/enums"; import { TSecretSync } from "@app/hooks/api/secretSyncs"; import { LogsSection } from "@app/pages/organization/AuditLogsPage/components/LogsSection"; -// Add more events if needed const INTEGRATION_EVENTS = [ EventType.SECRET_SYNC_SYNC_SECRETS, EventType.SECRET_SYNC_REMOVE_SECRETS,