Skip to content

Commit

Permalink
fix: pass mappedApplication (#4061)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck authored Apr 29, 2024
1 parent b40198f commit a46cbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/services/application.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ export class ApplicationService {
if (dto.applicant.emailAddress && forPublic) {
this.emailService.applicationConfirmation(
mapTo(Listing, listing),
dto,
mappedApplication,
listing.jurisdictions?.publicUrl,
);
}
Expand Down

0 comments on commit a46cbb2

Please sign in to comment.