- remove filename for excel histori transaksi
This commit is contained in:
		| @@ -26,9 +26,6 @@ export class ExcelController { | ||||
|     @Request() req, | ||||
|     @Res() res: Response, | ||||
|   ) { | ||||
|     res.set({ | ||||
|       'Content-Disposition': 'attachment; filename="package.xlsx"', | ||||
|     }); | ||||
|     const result = await this.transactionService.exportDataExcel( | ||||
|       exportTransactionDto.dateStart, | ||||
|       id, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user