Skip to content

Commit

Permalink
fix: case
Browse files Browse the repository at this point in the history
change to camel case
  • Loading branch information
jlangy committed Nov 16, 2023
1 parent c328ccb commit 28579fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/utils/mailer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ const { app_env } = serverRuntimeConfig;

export const sendUpdateEmail = (realm: any, session: any) => {
const prefix = app_env === 'development' ? '[DEV] ' : '';

return sendEmail({
to: [realm.technical_contact_email, realm.product_owner_email],
to: [realm.technicalContactEmail, realm.productOwnerEmail],
body: `
<h1>Your Realm Registry has been updated.</h1>
<p>
Expand Down

0 comments on commit 28579fb

Please sign in to comment.