chore: clean up and bump node version

This commit is contained in:
Jef LeCompte
2021-01-17 13:44:05 -05:00
parent b2ebac36c0
commit dbde7814af
19 changed files with 38 additions and 40 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import Mail from 'nodemailer/lib/mailer';
import {config} from '../config';
import {transporter} from './email';
const [email, phone] = [config.notifications.email, config.notifications.phone];
const {email, phone} = config.notifications;
if (phone.number.length > 0 && (!email.username || !email.password)) {
logger.warn(