mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
refactor(nestjs): import module
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import bluebird from 'bluebird';
|
||||
import * as bluebird from 'bluebird';
|
||||
import { isUndefined, pickBy, set } from 'lodash';
|
||||
import { Knex } from 'knex';
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { ImportMappingAttr, ResourceMetaFieldsMap } from './interfaces';
|
||||
import {
|
||||
valueParser,
|
||||
@@ -12,7 +13,6 @@ import {
|
||||
} from './_utils';
|
||||
import { ResourceService } from '../Resource/ResourceService';
|
||||
import { CurrencyParsingDTOs } from './_constants';
|
||||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
@Injectable()
|
||||
export class ImportFileDataTransformer {
|
||||
|
||||
Reference in New Issue
Block a user