Skip to content

Commit

Permalink
fix: SJIP-674 remove too restrictive validation over era commons id
Browse files Browse the repository at this point in the history
  • Loading branch information
celinepelletier committed Dec 7, 2023
1 parent b1b7c5a commit 7029dd4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/db/models/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ UserModel.init(
},
era_commons_id: {
type: DataTypes.STRING,
validate: {
isAlpha: true,
},
},
nih_ned_id: {
type: DataTypes.STRING,
Expand Down

0 comments on commit 7029dd4

Please sign in to comment.