Skip to content

Commit

Permalink
fix: correct public url
Browse files Browse the repository at this point in the history
  • Loading branch information
ludtkemorgan committed Nov 9, 2023
1 parent 69ad069 commit 5bf8306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/src/email/email.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export class EmailService {

const compiled = compiledTemplate({
listingName: listing.name,
listingUrl: `${jurisdiction.publicUrl}/listings/${listing.id}`,
listingUrl: `${jurisdiction.publicUrl}/listing/${listing.id}`,
tableRows,
})

Expand Down

0 comments on commit 5bf8306

Please sign in to comment.