Clean
This commit is contained in:
parent
b022dcba77
commit
f5fb4f8850
|
@ -125,10 +125,6 @@ const VALIDATORS = {
|
|||
[SourceName.POSTGRES]: postgres.validateConnection,
|
||||
}
|
||||
|
||||
function getValidators(integration: SourceName) {
|
||||
return VALIDATORS[integration]
|
||||
}
|
||||
|
||||
export default {
|
||||
getDefinitions,
|
||||
getIntegration,
|
||||
|
|
Loading…
Reference in New Issue