remove unused code
This commit is contained in:
@@ -2,14 +2,7 @@ import crypto from 'crypto';
|
|||||||
import type { z } from 'zod';
|
import type { z } from 'zod';
|
||||||
|
|
||||||
import { hashPassword, stripTrailingSlash } from '@openpanel/common';
|
import { hashPassword, stripTrailingSlash } from '@openpanel/common';
|
||||||
import {
|
import { db, getId, getOrganizationBySlug, getUserById } from '@openpanel/db';
|
||||||
db,
|
|
||||||
getCurrentOrganizations,
|
|
||||||
getCurrentProjects,
|
|
||||||
getId,
|
|
||||||
getOrganizationBySlug,
|
|
||||||
getUserById,
|
|
||||||
} from '@openpanel/db';
|
|
||||||
import type { ProjectType } from '@openpanel/db';
|
import type { ProjectType } from '@openpanel/db';
|
||||||
import { zOnboardingProject } from '@openpanel/validation';
|
import { zOnboardingProject } from '@openpanel/validation';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user