We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4a0c6 commit 0cde0cfCopy full SHA for 0cde0cf
backend/typescript/models/user.model.ts
@@ -34,5 +34,4 @@ export default class User extends Model {
34
@ForeignKey(() => Position)
35
@Column({ type: DataType.ENUM(...Object.values(PositionTitles)) })
36
position?: PositionTitle;
37
-
38
}
0 commit comments