Skip to content

Commit

Permalink
Build fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
subru-37 committed Oct 26, 2024
1 parent f134891 commit 78a2f16
Show file tree
Hide file tree
Showing 2 changed files with 15,643 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core-mailer/src/models/Mail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Mail {
}

export function parseMail(str: string): Mail {
console.log(str)
console.log(str);
const parsed = JSON.parse(str.replace(/(\w+):/g, '"$1":'));
return new Mail(
parsed.from,
Expand Down
Loading

0 comments on commit 78a2f16

Please sign in to comment.