|
|
@ -546,6 +546,9 @@ exports.getAllOffices = async (req, reply) => {
|
|
|
|
country: ho.country || "",
|
|
|
|
country: ho.country || "",
|
|
|
|
pincode: ho.pincode || "",
|
|
|
|
pincode: ho.pincode || "",
|
|
|
|
email: ho.email || "",
|
|
|
|
email: ho.email || "",
|
|
|
|
|
|
|
|
latitude:ho.latitude || "",
|
|
|
|
|
|
|
|
longitude: ho.longitude || "",
|
|
|
|
|
|
|
|
googleLocation: ho.googleLocation || "",
|
|
|
|
createdAt: ho.createdAt || "",
|
|
|
|
createdAt: ho.createdAt || "",
|
|
|
|
updatedAt: ho.updatedAt || ""
|
|
|
|
updatedAt: ho.updatedAt || ""
|
|
|
|
});
|
|
|
|
});
|
|
|
@ -568,6 +571,9 @@ exports.getAllOffices = async (req, reply) => {
|
|
|
|
pincode: br.pincode || "",
|
|
|
|
pincode: br.pincode || "",
|
|
|
|
email: br.email || "",
|
|
|
|
email: br.email || "",
|
|
|
|
contactPerson: br.nameoftheContactPerson || "",
|
|
|
|
contactPerson: br.nameoftheContactPerson || "",
|
|
|
|
|
|
|
|
latitude:br.latitude || "",
|
|
|
|
|
|
|
|
longitude: br.longitude || "",
|
|
|
|
|
|
|
|
googleLocation: br.googleLocation || "",
|
|
|
|
createdAt: br.createdAt || "",
|
|
|
|
createdAt: br.createdAt || "",
|
|
|
|
updatedAt: br.updatedAt || ""
|
|
|
|
updatedAt: br.updatedAt || ""
|
|
|
|
});
|
|
|
|
});
|
|
|
|