Adding the email to the schema

This commit is contained in:
okbel
2018-03-28 10:16:57 -03:00
parent 94d12dfbd4
commit b32d1ef717
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -49,6 +49,9 @@ const SettingSchema = new Schema(
organizationName: {
type: String,
},
organizationContactEmail: {
type: String,
},
autoCloseStream: {
type: Boolean,
default: false,