Skip to content

Commit

Permalink
submit logic for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinh8124 committed Jan 15, 2025
1 parent db402ba commit 20c64da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/libs/email/content/newSubmission/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Events, Authority, EmailAddresses, CommonEmailVariables } from "shared-types";
import { formatActionType } from "shared-utils";
import { AuthoritiesWithUserTypesTemplate } from "../..";
import {
MedSpaCMSEmail,
Expand Down Expand Up @@ -78,9 +77,7 @@ export const newSubmission: AuthoritiesWithUserTypesTemplate = {
) => {
return {
to: [`${variables.submitterName} <${variables.submitterEmail}>`],
subject: `Your ${formatActionType(variables.actionType)} ${
variables.id
} has been submitted to CMS`,
subject: `Your ${variables.authority} ${variables.id} has been submitted to CMS`,
body: await render(<Waiver1915bStateEmail variables={variables} />),
};
},
Expand Down

0 comments on commit 20c64da

Please sign in to comment.