refactor: financial reports to nestjs

This commit is contained in:
Ahmed Bouhuolia
2025-01-18 22:32:45 +02:00
parent 6dd854178d
commit dfc5674088
151 changed files with 5264 additions and 1296 deletions

View File

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