From dc165c4e68f1d46f2e1ac416fda811dda0a93dc9 Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Mon, 9 Sep 2024 00:17:18 -0700 Subject: [PATCH] Fix http mode --- hypha/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypha/http.py b/hypha/http.py index a6e5b159..6adb139e 100644 --- a/hypha/http.py +++ b/hypha/http.py @@ -736,7 +736,7 @@ async def call_service_function( function_kwargs, response_type, user_info, - mode=_mode, + _mode=_mode, ) except Exception: return JSONResponse(