Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamsidar07 committed Aug 21, 2024
1 parent f06fa5b commit 0075be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class LeadSquaredContactMapper implements IContactMapper {
private mappersRegistry: MappersRegistry,
private utils: Utils,
) {
this.mappersRegistry.registerService('crm', 'contact', 'zoho', this);
this.mappersRegistry.registerService('crm', 'contact', 'leadsquared', this);
}
desunify(
source: UnifiedCrmContactInput,
Expand Down

0 comments on commit 0075be9

Please sign in to comment.