Skip to content

Commit

Permalink
chore: prepare mentee email to include in mentorship-requested email (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-M-A authored Sep 1, 2021
1 parent ed086c3 commit 6918864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/email/interfaces/email.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ type MentorshipRequested = {
name: 'mentorship-requested';
data: {
menteeName: string;
menteeEmail: string;
mentorName: string;
message: string;
background: string;
Expand Down
1 change: 1 addition & 0 deletions src/modules/mentorships/mentorships.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export class MentorshipsController {
data: {
mentorName: mentor.name,
menteeName: current.name,
menteeEmail: current.email,
message: data.message,
background: data.background,
expectation: data.expectation,
Expand Down

0 comments on commit 6918864

Please sign in to comment.