Skip to content

Commit

Permalink
fixup pr
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes committed Oct 16, 2024
1 parent ce04819 commit cd70318
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ async function getDefaultOrganizationOrSet(): Promise<string | null> {
}

async function getOnboardingConditions(userId: string) {
console.log(`get onboarding conditions ${userId}`)
const [userProfile, defaultOrganizationId] = await Promise.all([
getUserProfile(userId),
getDefaultOrganizationOrSet(),
Expand Down

0 comments on commit cd70318

Please sign in to comment.