replace lodash methods with local helpers

This commit is contained in:
2017-02-28 14:48:23 -07:00
parent 64c1c90337
commit bbd82a1de1
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
import events from 'events';
import isPlainObject from 'lodash.isplainobject';
import Puid from 'puid';
import contstants from './constants';
import logger from './helpers/logger';
import createIndex from './helpers/create_index';
import isPlainObject from './helpers/is_plain_object';
const debug = logger('esqueue:job');
const puid = new Puid();