Skip to content

Commit 61018bb

Browse files
AustinMrozDrJKL
authored andcommitted
Fix unused export
1 parent 58eab62 commit 61018bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/nodeDefSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const zInputSpec = z.union([
186186
zCustomInputSpec
187187
])
188188

189-
export const zComfyInputsSpec = z.object({
189+
const zComfyInputsSpec = z.object({
190190
required: z.record(zInputSpec).optional(),
191191
optional: z.record(zInputSpec).optional(),
192192
// Frontend repo is not using it, but some custom nodes are using the

0 commit comments

Comments
 (0)