Update: default profilePictureUrl
This commit is contained in:
parent
6e55133335
commit
83bd6e36f0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ module.exports = mongoose => {
|
||||||
company: String,
|
company: String,
|
||||||
profilePictureUrl: {
|
profilePictureUrl: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: "https://www.handiclubnimois.fr/wp-content/uploads/2020/10/blank-profile-picture-973460_1280.png"
|
||||||
},
|
},
|
||||||
dateOfBirth: {
|
dateOfBirth: {
|
||||||
type: Date,
|
type: Date,
|
||||||
|
|
|
||||||
Reference in a new issue