fix: remove redundant schema from union

This commit is contained in:
2026-05-07 23:45:12 +02:00
parent 68ae62527f
commit f652b712df
-1
View File
@@ -105,7 +105,6 @@ export const NodeInputSchema = z.union([
NodeInputIntegerSchema,
NodeInputShapeSchema,
NodeInputSelectSchema,
NodeInputSeedSchema,
NodeInputVec3Schema,
NodeInputGeometrySchema,
NodeInputPathSchema,