feat: improve help view
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m24s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m24s
This commit is contained in:
@@ -36,12 +36,7 @@ export async function getNode(id: `${string}/${string}/${string}`) {
|
||||
|
||||
if (!definition) return null;
|
||||
|
||||
const { inputs, outputs } = definition;
|
||||
try {
|
||||
return { id, inputs, outputs }
|
||||
} catch (e) {
|
||||
console.log("Failed to parse input types for node", { id });
|
||||
}
|
||||
return definition;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user