ashok 2 months ago
commit d04bbec8c1

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

Loading…
Cancel
Save