forked from ReliefApplications/ems-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove useless assets (#63)
- Loading branch information
1 parent
1826c95
commit 8f6dbeb
Showing
2 changed files
with
17 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -450,8 +450,8 @@ router.post('/records', async (req, res) => { | |
await sendEmail({ | ||
message: { | ||
to: req.context.user.username, | ||
subject: `${params.application} - Your data export is completed - ${params.fileName}`, // TODO : put in config for 1.3 | ||
html: 'Dear colleague,\n\nPlease find attached to this e-mail the requested data export.\n\nFor any issues with the data export, please contact [email protected]\n\n Best regards,\[email protected]', // TODO : put in config for 1.3 | ||
subject: `${params.application} - Your data export is completed - ${params.fileName}`, | ||
html: 'Dear colleague,\n\nPlease find attached to this e-mail the requested data export.\n\nFor any issues with the data export, please contact your manager.', | ||
attachments, | ||
}, | ||
}); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters