Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TopETH committed May 13, 2024
1 parent b9b09a4 commit 849a49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/masterbots.ai/lib/threads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ export function getThreadLink({
}) {
return chat
? `/c/${toSlug(thread.chatbot.name)}/${thread.threadId}`
: `/${toSlug(thread.chatbot.categories[0]?.category.name)}/${thread.threadId}}`
: `/${toSlug(thread.chatbot.categories[0]?.category.name)}/${thread.threadId}`
}

0 comments on commit 849a49f

Please sign in to comment.