Skip to content

Commit

Permalink
Update apps/api/src/tutorials.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas da Costa <[email protected]>
  • Loading branch information
vieiralucas and lucasfcosta authored Jan 6, 2025
1 parent 08d2153 commit 16e3e1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/api/src/tutorials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const getTutorialState = async (
export const advanceTutorial = async (
workspaceId: string,
tutorialType: 'onboarding',
// TODO don't allow null here - this is just for testing
ifCurrentStep: OnboardingTutorialStep | null
): Promise<TutorialState | null> => {
const tutorial = await prisma().onboardingTutorial.findUnique({
Expand Down

0 comments on commit 16e3e1b

Please sign in to comment.