Skip to content

Commit

Permalink
fix minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamsidar07 committed Aug 21, 2024
1 parent dd57ba2 commit abc093e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/api/src/crm/contact/services/leadsquared/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class LeadSquaredService implements IContactService {
this.logger.setContext(
CrmObject.contact.toUpperCase() + ':' + LeadSquaredService.name,
);
this.registry.registerService('zoho', this);
this.registry.registerService('leadsquared', this);
}

formatDateForLeadSquared(date: Date): string {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ export class LeadSquaredEngagementMapper implements IEngagementMapper {
Direction: source.direction === 'INBOUND' ? 'Inbound' : 'Outbound',
CallerSource: source.content || '',
LeadId: source.company_id || '',
SourceNumber: '', // todo,
DisplayNumber: '', // todo
DestinationNumber: '', // todo,
SourceNumber: '+91-8611795988', // todo,
DisplayNumber: '+91-8611795989', // todo
DestinationNumber: '+91-9611795983', // todo,
};

if (source.start_at && source.end_time) {
Expand Down

0 comments on commit abc093e

Please sign in to comment.