From fa87e7b08e6d2507dc84684610ca79a9538f2ca5 Mon Sep 17 00:00:00 2001 From: wayanrivan Date: Fri, 24 Apr 2026 15:35:18 +0700 Subject: [PATCH] update --- src/controllers/pharmacy/pharmacy_info.ts | 4 ---- 1 file changed, 4 deletions(-) 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'), });