Skip to content

Commit 7d69a0d

Browse files
committed
fix: remove unused export from scanMissingNodes
1 parent 83bb430 commit 7d69a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/useMissingNodeScan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
import { getCnrIdFromNode } from '@/workbench/extensions/manager/utils/missingNodeErrorUtil'
1111

1212
/** Scan the live graph for unregistered node types and build a full MissingNodeType list. */
13-
export function scanMissingNodes(rootGraph: LGraph): MissingNodeType[] {
13+
function scanMissingNodes(rootGraph: LGraph): MissingNodeType[] {
1414
const nodeReplacementStore = useNodeReplacementStore()
1515
const missingNodeTypes: MissingNodeType[] = []
1616

0 commit comments

Comments
 (0)