Skip to content

Commit

Permalink
Removing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
rflihxyz committed Nov 16, 2024
1 parent 6319cb8 commit 1ca45d4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@ export class MwHandlerProcessor {
return await this.crmHandler.handleExternalIncomingWebhook(metadata);
case ConnectorCategory.Accounting:
return;
case ConnectorCategory.Ats:
return;
case ConnectorCategory.FileStorage:
return;
case ConnectorCategory.Hris:
return;
case ConnectorCategory.MarketingAutomation:
return;
}
Expand Down
6 changes: 0 additions & 6 deletions packages/api/src/@core/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,6 @@ export class CoreSyncService {
case ConnectorCategory.FileStorage:
await this.handleFileStorageSync(provider, linkedUserId);
break;
case ConnectorCategory.Ats:
await this.handleAtsSync(provider, linkedUserId);
break;
case ConnectorCategory.Hris:
await this.handleHrisSync(provider, linkedUserId);
break;
case ConnectorCategory.Accounting:
await this.handleAccountingSync(provider, linkedUserId);
break;
Expand Down
2 changes: 0 additions & 2 deletions packages/api/src/@core/utils/decorators/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ import {
CrmObject,
FileStorageObject,
TicketingObject,
HrisObject,
AccountingObject,
MarketingAutomationObject,
AtsObject,
} from '@panora/shared';
import * as fs from 'fs';
import * as path from 'path';
Expand Down
6 changes: 0 additions & 6 deletions packages/api/swagger/swagger-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -771,12 +771,6 @@ paths:
responses:
'200':
description: Pull frequency updated successfully
'201':
description: ''
content:
application/json:
schema:
type: object
tags: *ref_6
x-speakeasy-group: sync
get:
Expand Down

0 comments on commit 1ca45d4

Please sign in to comment.