chore: cleanup unused parameters , reuse existing types

on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
darshanr0107
2025-08-22 19:09:38 +05:30
parent d35f84f337
commit bd400a5130
2 changed files with 5 additions and 16 deletions

View File

@@ -102,7 +102,7 @@ export const render = async (
}),
};
const layoutResult = await executeTidyTreeLayout(updatedLayoutData, data4Layout.config);
const layoutResult = await executeTidyTreeLayout(updatedLayoutData);
// Step 3: Position the nodes based on bidirectional layout results
log.debug('Positioning nodes based on bidirectional layout results');