diff --git a/packages/server/src/integrations/index.ts b/packages/server/src/integrations/index.ts index 076c9fdcb5..b78955f38d 100644 --- a/packages/server/src/integrations/index.ts +++ b/packages/server/src/integrations/index.ts @@ -125,10 +125,6 @@ const VALIDATORS = { [SourceName.POSTGRES]: postgres.validateConnection, } -function getValidators(integration: SourceName) { - return VALIDATORS[integration] -} - export default { getDefinitions, getIntegration,