Skip to content

Commit

Permalink
🚨 Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Aug 16, 2024
1 parent 1bf3cad commit 3d5a922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/shared/src/connectors/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ export const CONNECTORS_METADATA: ProvidersConfig = {
primaryColor: '#ffcf40',
authStrategy: {
strategy: AuthStrategy.api_key,
properties: ["api_key"]
properties: ['api_key']
}
},
'hubspot_marketing_hub': {
Expand Down Expand Up @@ -2469,7 +2469,7 @@ export const CONNECTORS_METADATA: ProvidersConfig = {
primaryColor: '#F8A22D',
authStrategy: {
strategy: AuthStrategy.api_key,
properties: ["api_key"]
properties: ['api_key']
}
},
'payfit': {
Expand Down Expand Up @@ -2576,7 +2576,7 @@ export const CONNECTORS_METADATA: ProvidersConfig = {
primaryColor: '#00d639',
authStrategy: {
strategy: AuthStrategy.api_key,
properties: ["api_key", "subdomain"]
properties: ['api_key', 'subdomain']
},
},
'sap_successfactors': {
Expand Down

0 comments on commit 3d5a922

Please sign in to comment.