Remove duplicated key
This commit is contained in:
parent
12b3eedc67
commit
1ce9bffe40
|
@ -54,7 +54,6 @@ const INTEGRATIONS: Record<SourceName, any> = {
|
|||
[SourceName.FIRESTORE]: firebase.integration,
|
||||
[SourceName.GOOGLE_SHEETS]: googlesheets.integration,
|
||||
[SourceName.REDIS]: redis.integration,
|
||||
[SourceName.FIRESTORE]: firebase.integration,
|
||||
[SourceName.SNOWFLAKE]: snowflake.integration,
|
||||
[SourceName.ORACLE]: undefined,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue