fix onboarding

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-06-16 23:12:22 +02:00
parent 4f9c624d08
commit fd7fb16313
2 changed files with 15 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import { clerkClient } from '@clerk/fastify';
import { pathOr } from 'ramda';
import { z } from 'zod';
import { db, getOrganizationBySlug } from '@openpanel/db';
import { db } from '@openpanel/db';
import { zInviteUser } from '@openpanel/validation';
import { createTRPCRouter, protectedProcedure } from '../trpc';