fix: absolute storage imports path.

This commit is contained in:
Ahmed Bouhuolia
2024-04-17 17:36:35 +02:00
parent 2ac7f86bdb
commit 7975643765
4 changed files with 14 additions and 7 deletions

View File

@@ -38,8 +38,6 @@ export class ImportFileUploadService {
filename: string,
params: Record<string, number | string>
): Promise<ImportFileUploadPOJO> {
console.log(filename, 'filename');
try {
return await this.importUnhandled(
tenantId,