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