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 1
1
import { FactorizedAttrs , Factory } from '@jorgebodega/typeorm-factory' ;
2
- import { CommentKind , Comments } from '@nestjs-json-api/database' ;
3
2
import { faker } from '@faker-js/faker' ;
4
3
import { DataSource } from 'typeorm' ;
4
+ import { CommentKind , Comments } from '../../entities' ;
5
5
6
6
export class CommentsFactory extends Factory < Comments > {
7
7
protected entity = Comments ;
Original file line number Diff line number Diff line change 1
1
import { FactorizedAttrs , Factory } from '@jorgebodega/typeorm-factory' ;
2
- import { Roles } from '@nestjs-json-api/database' ;
3
2
import { DataSource } from 'typeorm' ;
4
3
import { faker } from '@faker-js/faker' ;
4
+ import { Roles } from '../../entities' ;
5
5
6
6
export class RolesFactory extends Factory < Roles > {
7
7
protected entity = Roles ;
You can’t perform that action at this time.
0 commit comments