Skip to content

Commit

Permalink
feat: SKFP-906 allow empty website
Browse files Browse the repository at this point in the history
  • Loading branch information
celinepelletier committed Jul 25, 2024
1 parent 9cc802c commit 634c41e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db/models/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ UserModel.init(
instance.public_email = instance.public_email || null;
instance.external_individual_email = instance.external_individual_email || null;
instance.linkedin = instance.linkedin || null;
instance.website = instance.website || null;
},
},
},
Expand Down

0 comments on commit 634c41e

Please sign in to comment.