This commit is contained in:
Michael Drury 2024-03-05 18:16:27 +00:00
parent b58b0d3b40
commit de56324a4b
1 changed files with 20 additions and 19 deletions

View File

@ -47,7 +47,8 @@ const DEFINITIONS: Record<SourceName, Integration | undefined> = {
type IntegrationBaseConstructor = new (...args: any[]) => IntegrationBase
const INTEGRATIONS: Record<SourceName, IntegrationBaseConstructor | undefined> = {
const INTEGRATIONS: Record<SourceName, IntegrationBaseConstructor | undefined> =
{
[SourceName.POSTGRES]: postgres.integration,
[SourceName.DYNAMODB]: dynamodb.integration,
[SourceName.MONGODB]: mongodb.integration,