Skip to content

Commit

Permalink
Added attio icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-27 committed Mar 19, 2024
1 parent 66b6a3b commit 08e7a0a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node-linker=hoisted
package-import-method=clone-or-copy
Binary file added apps/client-ts/public/providers/crm/attio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export class CrmConnectionsService {
}

const serviceName = providerName.toLowerCase();
this.logger.log("callback in connection service - Mit")

const service = this.serviceRegistry.getService(serviceName);

Expand All @@ -59,7 +58,6 @@ export class CrmConnectionsService {
code: code,
location: zohoLocation || null,
};
console.log("In callback2")
const data: Connection = await service.handleCallback(callbackOpts);
this.logger.log('data is ' + data);
const event = await this.prisma.events.create({
Expand Down
1 change: 1 addition & 0 deletions packages/shared/src/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const CRM_PROVIDERS = [
'zendesk',
'hubspot',
'pipedrive',
'attio',
'freshsales',
];

Expand Down
2 changes: 1 addition & 1 deletion packages/shared/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const providersConfig: ProvidersConfig = {
clientId: '<Add Attio requested client id>',
scopes: 'record_permission:read',
authBaseUrl: 'https://app.attio.com/authorize',
logoPath: "https://assets-global.website-files.com/6421a177cdeeaf3c6791b745/64d61202dd99e63d40d446f6_hubspot%20logo.png",
logoPath: "https://asset.brandfetch.io/idZA7HYRWK/idYZS6Vp_r.png",
description: "Sync & Create contacts, deals, companies, notes, engagements, stages, tasks and users"
},
'zoho': {
Expand Down

0 comments on commit 08e7a0a

Please sign in to comment.