Skip to content

Commit

Permalink
#10 should be commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
dangerdak committed Nov 28, 2017
1 parent 6514ac1 commit 6685a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ exports.post = (req, res) => {
res.redirect('finish');
}
});
end nodemailer
// end nodemailer
});
populatePdf(doc, data);
doc.end();
Expand Down

0 comments on commit 6685a5d

Please sign in to comment.