Removed clone deep

This commit is contained in:
Keith Holliday 2017-05-12 11:15:09 -06:00
parent a82b60f144
commit f8a99bd127

View file

@ -4,7 +4,6 @@ import {
} from './errors';
import Bluebird from 'bluebird';
import _ from 'lodash';
import cloneDeep from 'lodash/cloneDeep';
import shared from '../../common';
async function _validateTaskAlias (tasks, res) {