diff --git a/src/controllers/pharmacy/pharmacy_info.ts b/src/controllers/pharmacy/pharmacy_info.ts index 0833c35..1d14049 100644 --- a/src/controllers/pharmacy/pharmacy_info.ts +++ b/src/controllers/pharmacy/pharmacy_info.ts @@ -330,22 +330,18 @@ export class PharmacyInfoController { .label('Address'), province: Joi.string() - .uuid() .allow("", null) .label('Province'), city: Joi.string() - .uuid() .allow("", null) .label('City'), subdistrict: Joi.string() - .uuid() .allow("", null) .label('Subdistrict'), ward: Joi.string() - .uuid() .allow("", null) .label('Ward'), });