From ef01602285fcdcc7b616562e68df80e526cb5eea Mon Sep 17 00:00:00 2001 From: Bright Date: Tue, 19 Nov 2024 11:46:53 +0700 Subject: [PATCH] no message --- src/controllers/ReportController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index 045e4d32..25429f52 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -4091,7 +4091,7 @@ export class ReportController extends Controller { } @Get("report4/{rootId}") - async findReport4(@Path() rootId: string ="71bf0e3d-ba38-4b6c-b87e-c27c8d42edce") { + async findReport4(@Path() rootId: string) { const orgRootData = await this.orgRootRepository.find({ where: { id: rootId,