Skip to content

Commit

Permalink
Merge pull request #192 from TiimMate/bugfix/191
Browse files Browse the repository at this point in the history
[BUGFIX] 새로운 팀 생성 및 팀 수정 API에서 MX 입력 시 500 에러
  • Loading branch information
doeunyy authored Feb 19, 2024
2 parents f73b8fe + b08ddaf commit d2d5495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/team.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Team extends Model<InferAttributes<Team>, InferCreationAttributes<Team>> {
allowNull: true,
},
gender: {
type: new DataTypes.STRING(1),
type: new DataTypes.STRING(2),
allowNull: false,
},
ageGroup: {
Expand Down

0 comments on commit d2d5495

Please sign in to comment.