Skip to content

Commit

Permalink
patch: redirect to new chat
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceBaghel258025 committed Sep 20, 2024
1 parent c4e3452 commit 6a5bbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export default async function Page() {
console.log("org_id", org_id);
console.log("userId", userId);
console.log("\n\n\n\n\n\n");
redirect(`/dashboard/${org_slug}/chat/${Number(chatId)}`);
redirect(`/dashboard/chat/${Number(chatId)}`);
// redirect(`/dashboard/user`);
}

0 comments on commit 6a5bbb5

Please sign in to comment.