Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhawa97 committed Aug 22, 2023
1 parent 1db9ecd commit b0454d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/category.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Mentor from './mentor.entity'
class Category extends BaseEntity {
@Column({ type: 'varchar', length: 255 })
category: string

@OneToMany(() => Mentor, (mentor) => mentor.category)
mentors: Mentor[]

Expand Down

0 comments on commit b0454d7

Please sign in to comment.