Skip to content

Commit

Permalink
fix: graph url
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed May 16, 2024
1 parent 9c9bd03 commit 9a0d506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chat/conversation-message-groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ function traceUrlToGraphUrl (url: string | undefined) {
}
const tokens = url.split('/');
const traceId = tokens[tokens.length - 1];
return `https://https://tidb-ai-graph-editor.vercel.app/?langfuse_trace=${traceId}`;
return `https://tidb-ai-graph-editor.vercel.app/?langfuse_trace=${traceId}`;
}

0 comments on commit 9a0d506

Please sign in to comment.