From d268e2d3e4bd1a9f4655642f2aa6c67c57541a95 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 22 Feb 2018 10:47:40 +0100 Subject: [PATCH] Fix import path --- jobs/mailer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/mailer.js b/jobs/mailer.js index 015404d6c..b787e371d 100644 --- a/jobs/mailer.js +++ b/jobs/mailer.js @@ -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 = () => {