This commit is contained in:
Timothy Jaeryang Baek 2025-09-16 15:26:08 -05:00
parent d8ad384b06
commit 8edfd29102

View file

@ -72,6 +72,8 @@ def get_function_module_by_id(request: Request, pipe_id: str):
except Exception as e:
log.exception(f"Error loading valves for function {pipe_id}: {e}")
raise e
else:
function_module.valves = Valves()
return function_module