Fix import path

This commit is contained in:
Chi Vinh Le
2018-02-22 10:47:40 +01:00
parent 15425f3e49
commit d268e2d3e4
+1 -1
View File
@@ -10,7 +10,7 @@ const {
SMTP_PORT,
SMTP_PASSWORD,
SMTP_FROM_ADDRESS,
} = require('../../config');
} = require('../config');
// parseSMTPPort will return the port for SMTP.
const parseSMTPPort = () => {