chore: lint files
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -70,7 +70,9 @@ function getType(type?: string, template?: GraphNode['template']) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (typeof nodeType !== 'string') return nodeType
|
||||
if (typeof nodeType !== 'string') {
|
||||
return nodeType
|
||||
}
|
||||
|
||||
const slot = slots?.[`node-${name}`]
|
||||
if (!slot) {
|
||||
|
||||
Reference in New Issue
Block a user