mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix for issue where wrong method was called (#9532)
This commit is contained in:
parent
2990c21d97
commit
55a09785ce
@ -158,7 +158,7 @@ async def add_event(
|
||||
request: Request, conversation: ServerConversation = Depends(get_conversation)
|
||||
):
|
||||
data = request.json()
|
||||
await conversation_manager.send_to_event_stream(conversation.sid, data)
|
||||
await conversation_manager.send_event_to_conversation(conversation.sid, data)
|
||||
return JSONResponse({'success': True})
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user