Skip to content

Commit

Permalink
- Fix sub-species use of icons in digest emails
Browse files Browse the repository at this point in the history
  • Loading branch information
hardiesoft committed Oct 7, 2024
1 parent b20b564 commit 1f11886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/emails/transactionalEmails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ export const sendProjectActivityDigestEmail = async (
while (classificationPath.length !== 0) {
const pathPart = classificationPath.pop();
iconExists = await embedImage(
pathPart,
species.species,
imageAttachments,
`classification-icons/${pathPart}.svg`,
false
Expand Down

0 comments on commit 1f11886

Please sign in to comment.