Skip to content

Commit

Permalink
Merge pull request #287 from Quickchive/fix/#286-delete-category-lazy…
Browse files Browse the repository at this point in the history
…-option

fix: delete category lazy option
  • Loading branch information
stae1102 authored Feb 20, 2024
2 parents 1a4b26c + 96a9514 commit b6337d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/categories/category.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export class Category extends CoreEntity {
@ManyToOne(() => User, (user) => user.categories, {
onDelete: 'CASCADE',
nullable: false,
lazy: true,
})
user: User;

Expand Down

0 comments on commit b6337d8

Please sign in to comment.