chore: fix lint and typecheck errors
Some checks failed
🚀 Lint & Test & Deploy / release (pull_request) Failing after 3m15s
Some checks failed
🚀 Lint & Test & Deploy / release (pull_request) Failing after 3m15s
This commit is contained in:
@@ -34,7 +34,7 @@ export function getSocketPosition(
|
||||
];
|
||||
} else {
|
||||
let height = 5;
|
||||
let nodeType = node.state.type!;
|
||||
const nodeType = node.state.type!;
|
||||
const inputs = nodeType.inputs || {};
|
||||
for (const inputKey in inputs) {
|
||||
const h = getParameterHeight(nodeType, inputKey) / 10;
|
||||
|
||||
Reference in New Issue
Block a user