Quick grammar fix

master
Keith Irwin 2017-05-30 14:39:24 -04:00
parent 9dbb96c0d9
commit 97c8810fc4
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module.exports = {
verify: ()=>{
transporter.verify( (err,success)=>{
if (err){ console.error(`SMTP Error: ${err}`); }
console.log(`📧 SMTP ${!success?'not ':''}ready...`);
console.log(`📧 SMTP ${!success?'not ':''}ready`);
} );
},