mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +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",
|
"status": "ok",
|
||||||
"next_url": redirect_uri,
|
"next_url": redirect_uri,
|
||||||
"conversation_id": new_conversation.id,
|
"conversation_id": str(new_conversation.id),
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user