Skip to content

Commit 7ff3ec2

Browse files
Maggie ChenMaggie Chen
authored andcommitted
yarn fix
1 parent cfc78ba commit 7ff3ec2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backend/typescript/models/user.model.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ export default class User extends Model {
3737
@Column({ type: DataType.ENUM(...Object.values(PositionTitles)) })
3838
position?: PositionTitle;
3939

40-
@HasMany(() => ApplicationDashboardTable)
41-
applicationDashboards?: ApplicationDashboardTable[];
42-
4340
@HasMany(() => ReviewedApplicantRecord, {
4441
foreignKey: "reviewerId",
4542
as: "user",

0 commit comments

Comments
 (0)