diff --git a/src/controllers/ProfileAddressController.ts b/src/controllers/ProfileAddressController.ts index 5e9013f3..e0907264 100644 --- a/src/controllers/ProfileAddressController.ts +++ b/src/controllers/ProfileAddressController.ts @@ -75,13 +75,19 @@ export class ProfileAddressController extends Controller { select: [ "registrationAddress", "registrationProvinceId", + "registrationProvince", "registrationDistrictId", + "registrationDistrict", "registrationSubDistrictId", + "registrationSubDistrict", "registrationZipCode", "currentAddress", "currentProvinceId", + "currentProvince", "currentDistrictId", + "currentDistrict", "currentSubDistrictId", + "currentSubDistrict", "currentZipCode", "createdFullName", "createdAt",