From 849a49f6790b2b40cdca00e3d04961752f5320ee Mon Sep 17 00:00:00 2001 From: TopETH Date: Mon, 13 May 2024 19:25:27 -0400 Subject: [PATCH] fix: typo --- apps/masterbots.ai/lib/threads.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/masterbots.ai/lib/threads.ts b/apps/masterbots.ai/lib/threads.ts index 9e8e14e0..1b641038 100644 --- a/apps/masterbots.ai/lib/threads.ts +++ b/apps/masterbots.ai/lib/threads.ts @@ -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}` }