Fix hidden queen captured en-passant when not starting on 2nd row
[vchess.git] / server / utils / mailer.js
index df60e69..96fa75c 100644 (file)
@@ -43,4 +43,4 @@ module.exports = function(from, to, subject, body, cb) {
     //console.log('Message sent: %s', info.messageId);
     cb(error);
   });
-}
+};