feat: enhance operations dashboard and reporting controls
This commit is contained in:
@@ -214,7 +214,7 @@ export class ReportMaterialsController {
|
||||
@Post('single-export')
|
||||
@RequireRecentAuthentication()
|
||||
async exportSingleMaterial(
|
||||
@Body() body: SingleReportMaterialDto,
|
||||
@Body() body: SingleReportMaterialDto | undefined,
|
||||
@CurrentSessionUserId() operatorId: string | undefined,
|
||||
@Res() response: DownloadResponse,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user