This commit is contained in:
Adria Navarro 2023-05-11 20:43:01 +02:00
parent b022dcba77
commit f5fb4f8850
1 changed files with 0 additions and 4 deletions

View File

@ -125,10 +125,6 @@ const VALIDATORS = {
[SourceName.POSTGRES]: postgres.validateConnection, [SourceName.POSTGRES]: postgres.validateConnection,
} }
function getValidators(integration: SourceName) {
return VALIDATORS[integration]
}
export default { export default {
getDefinitions, getDefinitions,
getIntegration, getIntegration,