mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Convert UUID to string when forking a conversation
This commit is contained in:
parent
9bbe27fe36
commit
4b8be55958
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
}
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue