This commit is contained in:
Matthieu Bessat 2020-07-11 14:31:35 +02:00
parent a244d98806
commit b8998bb0bf
2 changed files with 22 additions and 5 deletions

View file

@ -73,7 +73,7 @@ const OrganizationVersion = new Schema({
})
const Organization = new Schema({
admin_name: { type: String, required: true },
adminName: { type: String, required: true },
email: { type: String, required: true },
token: { type: String, required: true },
validationState: {