File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libs/database/src/lib/seeders/factory Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { FactorizedAttrs , Factory } from '@jorgebodega/typeorm-factory' ;
2- import { CommentKind , Comments } from '@nestjs-json-api/database' ;
32import { faker } from '@faker-js/faker' ;
43import { DataSource } from 'typeorm' ;
4+ import { CommentKind , Comments } from '../../entities' ;
55
66export class CommentsFactory extends Factory < Comments > {
77 protected entity = Comments ;
Original file line number Diff line number Diff line change 11import { FactorizedAttrs , Factory } from '@jorgebodega/typeorm-factory' ;
2- import { Roles } from '@nestjs-json-api/database' ;
32import { DataSource } from 'typeorm' ;
43import { faker } from '@faker-js/faker' ;
4+ import { Roles } from '../../entities' ;
55
66export class RolesFactory extends Factory < Roles > {
77 protected entity = Roles ;
You can’t perform that action at this time.
0 commit comments