Skip to content

Commit

Permalink
fix: Tusk automated feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
use-tusk[bot] authored Sep 9, 2024
1 parent ac61739 commit 186ff86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/templates/welcome/welcomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const WelcomePageV2 = (props: WelcomePageV2Props) => {
await jawn.POST("/v1/organization/onboard", {
body: {
userId: userId,
},
} as { userId: string },
});
router.push("/dashboard");
}}
Expand Down

0 comments on commit 186ff86

Please sign in to comment.