feat(SPG-777): add validation delete for tenant item bundling

pull/52/head
Firman Ramdhani 2024-08-06 11:40:18 +07:00
parent e7664be8a8
commit 2f19db8dd7
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ export class ItemDataOrchestrator extends BaseDataTransactionOrchestrator<ItemEn
dataIds: string[],
tenantId?: string,
): Promise<BatchResult> {
console.log('batch delete item tenant');
this.batchDeleteManager.setData(dataIds);
this.batchDeleteManager.setService(this.serviceData, TABLE_NAME.ITEM);
await this.batchDeleteManager.execute();