Add Queenpawns + small fix to vs pawns variants + remove HQ inventor (webmaster but...
[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);
   });
-}
+};