mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
refactor: financial reports to nestjs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import _ from 'lodash';
|
||||
import deepdash from 'deepdash';
|
||||
import * as _ from 'lodash';
|
||||
import * as deepdash from 'deepdash';
|
||||
|
||||
const {
|
||||
condense,
|
||||
@@ -24,7 +24,7 @@ const {
|
||||
reduceDeep,
|
||||
someDeep,
|
||||
iteratee,
|
||||
} = deepdash(_);
|
||||
} = deepdash.default(_);
|
||||
|
||||
const mapValuesDeepReverse = (nodes, callback, config?) => {
|
||||
const clonedNodes = _.clone(nodes);
|
||||
|
||||
Reference in New Issue
Block a user