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: {