mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat(server): wip import resources
This commit is contained in:
@@ -65,10 +65,10 @@ export class ImportResourceApplication {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Process the import file sheet through service for creating entities.
|
||||
* @param {number} tenantId
|
||||
* @param {number} importId
|
||||
* @returns
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
public async process(tenantId: number, importId: number) {
|
||||
return this.importProcessService.process(tenantId, importId);
|
||||
|
||||
Reference in New Issue
Block a user