Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbayly-freshworks committed Aug 19, 2024
1 parent 2f14efb commit 92460b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/report/report.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ export class ReportService {
if (ha_pcn_id) {
// Get the id for the referral milestone related to the HA PCN
const HA_Milestone: [{ id: string }] = await entityManager.query(
this.getRefferalMilestone(ha_pcn_id),
this.getReferralMilestone(ha_pcn_id),
);
if (!HA_Milestone) {
return [];
Expand Down

0 comments on commit 92460b8

Please sign in to comment.