Update: change profilePictureUrl to profileImageUrl

This commit is contained in:
Yûki VACHOT 2021-12-04 10:34:33 +01:00
parent 83bd6e36f0
commit d740beda4e

View file

@ -10,7 +10,7 @@ module.exports = mongoose => {
default: roles.User
},
company: String,
profilePictureUrl: {
profileImageUrl: {
type: String,
default: "https://www.handiclubnimois.fr/wp-content/uploads/2020/10/blank-profile-picture-973460_1280.png"
},