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')