Skip to content

Commit

Permalink
✏️ Add imports module for new service
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Apr 8, 2024
1 parent 3504c98 commit b659392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { ZohoConnectionService } from './services/zoho/zoho.service';
import { ZendeskConnectionService } from './services/zendesk/zendesk.service';
import { PipedriveConnectionService } from './services/pipedrive/pipedrive.service';
import { AttioConnectionService } from './services/attio/attio.service';
import { ConnectionsStrategiesService } from '@@core/connections-strategies/connections-strategies.service';

@Module({
imports: [WebhookModule],
Expand All @@ -24,6 +25,7 @@ import { AttioConnectionService } from './services/attio/attio.service';
WebhookService,
EnvironmentService,
EncryptionService,
ConnectionsStrategiesService,
// PROVIDERS SERVICES
FreshsalesConnectionService,
HubspotConnectionService,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { LinearConnectionService } from './services/linear/linear.service';
import { GitlabConnectionService } from './services/gitlab/gitlab.service';
import { ClickupConnectionService } from './services/clickup/clickup.service';
import { GorgiasConnectionService } from './services/gorgias/gorgias.service';
import { ConnectionsStrategiesService } from '@@core/connections-strategies/connections-strategies.service';

@Module({
imports: [WebhookModule],
Expand All @@ -27,6 +28,7 @@ import { GorgiasConnectionService } from './services/gorgias/gorgias.service';
EnvironmentService,
EncryptionService,
ServiceRegistry,
ConnectionsStrategiesService,
//PROVIDERS SERVICES
ZendeskConnectionService,
FrontConnectionService,
Expand Down

1 comment on commit b659392

@vercel
Copy link

@vercel vercel bot commented on b659392 Apr 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.