chore: Remove reliance on Markdown for document.getSummary, towards #3000

This commit is contained in:
Tom Moor
2022-12-30 15:14:59 -05:00
parent 0f489d54c3
commit b29a9fbeee
5 changed files with 10 additions and 17 deletions

View File

@@ -22,9 +22,7 @@ type SendMailOptions = {
/**
* Mailer class to send emails.
*/
@APM.trace({
spanName: "mailer",
})
@APM.trace()
export class Mailer {
transporter: Transporter | undefined;