Skip to content

Commit 0cde0cf

Browse files
author
Maggie Chen
committed
yarn fix
1 parent ac4a0c6 commit 0cde0cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/typescript/models/user.model.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ export default class User extends Model {
3434
@ForeignKey(() => Position)
3535
@Column({ type: DataType.ENUM(...Object.values(PositionTitles)) })
3636
position?: PositionTitle;
37-
3837
}

0 commit comments

Comments
 (0)