mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
refactor: import resource module to nestjs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Service } from 'typedi';
|
||||
import { AsyncLocalStorage } from 'async_hooks';
|
||||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
@Service()
|
||||
@Injectable()
|
||||
export class ImportAls {
|
||||
private als: AsyncLocalStorage<Map<string, any>>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user