mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Convert UUID to string when forking a conversation
This commit is contained in:
@@ -374,7 +374,7 @@ def fork_public_conversation(
|
||||
{
|
||||
"status": "ok",
|
||||
"next_url": redirect_uri,
|
||||
"conversation_id": new_conversation.id,
|
||||
"conversation_id": str(new_conversation.id),
|
||||
}
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user