diff --git a/packages/server/src/integrations/index.ts b/packages/server/src/integrations/index.ts index 90dd7cfcd6..f0b1243159 100644 --- a/packages/server/src/integrations/index.ts +++ b/packages/server/src/integrations/index.ts @@ -54,7 +54,6 @@ const INTEGRATIONS: Record = { [SourceName.FIRESTORE]: firebase.integration, [SourceName.GOOGLE_SHEETS]: googlesheets.integration, [SourceName.REDIS]: redis.integration, - [SourceName.FIRESTORE]: firebase.integration, [SourceName.SNOWFLAKE]: snowflake.integration, [SourceName.ORACLE]: undefined, }