Update: default profilePictureUrl

This commit is contained in:
Yûki VACHOT 2021-12-04 10:31:45 +01:00
parent 6e55133335
commit 83bd6e36f0

View file

@ -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,