mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 17:34:52 +10:00
Update dependencies and refactor icon imports across the codebase
This commit is contained in:
@@ -26,7 +26,7 @@ const emptyTransporter = nodemailer.createTransport({});
|
||||
|
||||
return {
|
||||
defaults: { from },
|
||||
transport: smtpUrl || emptyTransporter,
|
||||
transport: smtpUrl ?? emptyTransporter,
|
||||
};
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user