Update User.js

This commit is contained in:
2020-06-08 13:33:06 +03:00
committed by GitHub
parent 1772be4508
commit 9aaafe49fb

View File

@@ -17,6 +17,7 @@ const UserSchema = Schema({
minLength: 3,
maxLength: 50,
trim: true,
sparse: true,
},
googleId: {
type: String,