diff options
Diffstat (limited to 'src/utils/decorators.ts')
-rw-r--r-- | src/utils/decorators.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/decorators.ts b/src/utils/decorators.ts index 6e803d985..ec750b891 100644 --- a/src/utils/decorators.ts +++ b/src/utils/decorators.ts @@ -1,4 +1,4 @@ -import {_} from '../utils/lodash'; +import * as _ from 'lodash'; import {constants} from './constants'; import {AsyncMethod, ZeroExError} from '../types'; |