1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00

Remove duplicated key

This commit is contained in:
Adria Navarro 2023-07-26 09:42:23 +02:00
parent 12b3eedc67
commit 1ce9bffe40

View file

@ -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,
}