Robustness

This commit is contained in:
Sebastian Rindom
2020-07-14 17:23:43 +02:00
parent 44c7177e43
commit 312e405588
21 changed files with 152 additions and 74 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Joi.address = () => {
country_code: Joi.string().required(),
province: Joi.string().allow(""),
postal_code: Joi.string().required(),
phone: Joi.string().required(),
phone: Joi.string(),
metadata: Joi.object(),
})
}