Remove unnecessary excludeTypes in groupByFamily function

This commit is contained in:
anovazzi1 2024-02-09 17:36:58 -03:00
commit 100c91f591

View file

@ -120,11 +120,9 @@ export function groupByFamily(
}> = [];
let checkedNodes = new Map();
const excludeTypes = new Set([
"str",
"bool",
"float",
"code",
"prompt",
"file",
"int",
]);