From 2c6be51970eeaee4ed780e34b7e14b080e9cfd4a Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Thu, 15 Dec 2016 18:45:24 -0800 Subject: [PATCH] [local-sync] Fix typo --- .../syncback_tasks/send-custom-message-to-individual.imap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/local-sync/src/local-sync-worker/syncback_tasks/send-custom-message-to-individual.imap.js b/packages/local-sync/src/local-sync-worker/syncback_tasks/send-custom-message-to-individual.imap.js index b4a30d694..c17b2a57f 100644 --- a/packages/local-sync/src/local-sync-worker/syncback_tasks/send-custom-message-to-individual.imap.js +++ b/packages/local-sync/src/local-sync-worker/syncback_tasks/send-custom-message-to-individual.imap.js @@ -1,6 +1,6 @@ const {SendmailClient, Errors: {APIError}} = require('isomorphic-core') const SyncbackTask = require('./syncback-task') -const Utils = require('../../shared/message-factory') +const Utils = require('../../shared/utils') const MessageFactory = require('../../shared/message-factory')