Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/bai 1466 record who exports a model #1566

Merged
merged 3 commits into from
Oct 15, 2024

Conversation

JR40159
Copy link
Member

@JR40159 JR40159 commented Oct 15, 2024

No description provided.

@@ -193,7 +193,7 @@ async function sendEmail(email: Mail.Options) {
log.info({ messageId: info.messageId }, 'Email sent')
} catch (err) {
const content = { to: email.to, subject: email.subject, text: email.text }
log.warn(content, `Unable to send email`)
log.warn({ content, err }, `Unable to send email`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super minor, but as this will show in the logs can we call this error instead of err?

@JR40159 JR40159 merged commit 48e3ac1 into main Oct 15, 2024
15 checks passed
@JR40159 JR40159 deleted the feature/BAI-1466-record-who-exports-a-model branch October 15, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants