remove unused code

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-07-11 23:33:05 +02:00
parent 601c2264a2
commit c14de56325

View File

@@ -2,14 +2,7 @@ import crypto from 'crypto';
import type { z } from 'zod';
import { hashPassword, stripTrailingSlash } from '@openpanel/common';
import {
db,
getCurrentOrganizations,
getCurrentProjects,
getId,
getOrganizationBySlug,
getUserById,
} from '@openpanel/db';
import { db, getId, getOrganizationBySlug, getUserById } from '@openpanel/db';
import type { ProjectType } from '@openpanel/db';
import { zOnboardingProject } from '@openpanel/validation';