[local-sync] Fix typo

This commit is contained in:
Juan Tejada 2016-12-15 18:45:24 -08:00
parent 2233992f27
commit 2c6be51970

View file

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