Fix switch output

This commit is contained in:
LaVie024 2025-06-18 23:37:14 +00:00 committed by GitHub
parent a290274a11
commit 9c62a1d823
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,8 +54,7 @@ class BooleanSwitch:
"optional": {"on_true": (any,), "on_false": (any,)} "optional": {"on_true": (any,), "on_false": (any,)}
} }
RETURN_TYPES = ("ANY",) RETURN_TYPES = (any,)
RETURN_NAMES = ("*",)
CATEGORY = "utils/logic" CATEGORY = "utils/logic"
FUNCTION = "switch" FUNCTION = "switch"