Skip to content

Commit

Permalink
Fix http mode
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Sep 9, 2024
1 parent 34acf12 commit dc165c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypha/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ async def call_service_function(
function_kwargs,
response_type,
user_info,
mode=_mode,
_mode=_mode,
)
except Exception:
return JSONResponse(
Expand Down

0 comments on commit dc165c4

Please sign in to comment.