Skip to content

Commit

Permalink
public type
Browse files Browse the repository at this point in the history
  • Loading branch information
SimNed committed Sep 9, 2024
1 parent 4473428 commit 6e66556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/entities/teamComment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class TeamComment implements TeamCommentInterface {
public id: number;

@Column({ type: 'tinyint' })
type: TeamCommentType;
public type: TeamCommentType;

@CreateDateColumn()
public createDate: Date;
Expand Down

0 comments on commit 6e66556

Please sign in to comment.