From 709cd6b3e823cd3256c1711b284f92313916c0e6 Mon Sep 17 00:00:00 2001 From: Bright Date: Fri, 19 Apr 2024 14:48:17 +0700 Subject: [PATCH] no message --- src/controllers/OrganizationController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/OrganizationController.ts b/src/controllers/OrganizationController.ts index 92ea0909..f2e62b1e 100644 --- a/src/controllers/OrganizationController.ts +++ b/src/controllers/OrganizationController.ts @@ -1682,7 +1682,7 @@ export class OrganizationController extends Controller { * @summary Organizational StructChart * */ - @Get("struct-chart/{idNode}/{type}") //bright + @Get("struct-chart/{idNode}/{type}") async structchart(@Path() idNode: string, type: number) { switch (type) { case 0: {