We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8087ed7 commit 57348d6Copy full SHA for 57348d6
1 file changed
src/backend/src/prisma/factories/config-data.factory.ts
@@ -3,7 +3,6 @@ import { connectOrganization, connectUser } from '../utils/common.factory.js';
3
4
const SEED_CREATED_AT = new Date('2024-01-01T00:00:00.000Z');
5
6
-
7
export const teamTypeCreateInputs = (organizationId: string): Prisma.Team_TypeCreateInput[] => [
8
{
9
name: 'Mechanical',
0 commit comments