Clean
This commit is contained in:
parent
b022dcba77
commit
f5fb4f8850
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue