mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: clean up the imported temp files
This commit is contained in:
@@ -9,14 +9,11 @@ import {
|
||||
getFieldKey,
|
||||
aggregate,
|
||||
sanitizeSheetData,
|
||||
getMapToPath,
|
||||
} from './_utils';
|
||||
import ResourceService from '../Resource/ResourceService';
|
||||
import HasTenancyService from '../Tenancy/TenancyService';
|
||||
|
||||
const CurrencyParsingDTOs = 10;
|
||||
|
||||
const getMapToPath = (to: string, group = '') =>
|
||||
group ? `${group}.${to}` : to;
|
||||
import { CurrencyParsingDTOs } from './_constants';
|
||||
|
||||
@Service()
|
||||
export class ImportFileDataTransformer {
|
||||
|
||||
Reference in New Issue
Block a user