Skip to content

Commit

Permalink
change to trigger new image build
Browse files Browse the repository at this point in the history
  • Loading branch information
a26blass committed Apr 30, 2024
1 parent d820c59 commit d97ad64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ app.post('/submit', function(req, res) {

transporter.sendMail(mailOptions, (error, info) => {
if (error) {
console.error("Error sending email: ", error, " PASSWORD:" + process.env.GMAIL_PASSWORD);
console.error("Error sending email: ", error, " PASSWORD: " + process.env.GMAIL_PASSWORD);
} else {
console.log("Email sent: ", info.response);
}
Expand Down

0 comments on commit d97ad64

Please sign in to comment.