Skip to content

Commit 633e4ea

Browse files
committed
refactor: 未使用変数削除
1 parent c73e256 commit 633e4ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jig-core/src/main/resources/templates/assets/package-diagram.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ const PackageDiagramModule = (() => {
365365
* @property {Set<string>} parentFqnsWithRelations
366366
*/
367367
function buildDiagramNodeLines(packageFqns, nodeIdByFqn, options) {
368-
const {nodeIdToFqn, nodeLabelById, escapeMermaidText, clickHandlerName, parentFqnsWithRelations} = options;
368+
const {nodeIdToFqn, nodeLabelById, escapeMermaidText, clickHandlerName} = options;
369369

370370
const packageFqnList = Array.from(packageFqns).sort();
371371
const parentFqns = buildParentFqns(packageFqns);

0 commit comments

Comments
 (0)