Linting
This commit is contained in:
parent
b58b0d3b40
commit
de56324a4b
|
@ -47,7 +47,8 @@ const DEFINITIONS: Record<SourceName, Integration | undefined> = {
|
||||||
|
|
||||||
type IntegrationBaseConstructor = new (...args: any[]) => IntegrationBase
|
type IntegrationBaseConstructor = new (...args: any[]) => IntegrationBase
|
||||||
|
|
||||||
const INTEGRATIONS: Record<SourceName, IntegrationBaseConstructor | undefined> = {
|
const INTEGRATIONS: Record<SourceName, IntegrationBaseConstructor | undefined> =
|
||||||
|
{
|
||||||
[SourceName.POSTGRES]: postgres.integration,
|
[SourceName.POSTGRES]: postgres.integration,
|
||||||
[SourceName.DYNAMODB]: dynamodb.integration,
|
[SourceName.DYNAMODB]: dynamodb.integration,
|
||||||
[SourceName.MONGODB]: mongodb.integration,
|
[SourceName.MONGODB]: mongodb.integration,
|
||||||
|
|
Loading…
Reference in New Issue