chore: remove outdated comment

This commit is contained in:
Scott Wilson
2025-04-11 19:38:47 -07:00
parent d00b34663e
commit 8bfbae1037

View File

@@ -45,7 +45,6 @@ type Props = {
type TRevokeIntegrationPopUp = { provider: string };
const SECRET_SYNCS = Object.values(SecretSync) as string[];
// this assumes sync and integration will have same name which looks like it will be the case
const isSecretSyncAvailable = (type: string) => SECRET_SYNCS.includes(type);
export const CloudIntegrationSection = ({