master^2
Bhaskar 1 month ago
parent 42d58b89a5
commit 7d1b5890d3

@ -155,7 +155,7 @@ const generateDepartmentId = async (city, departmentName) => {
createdBy, createdBy,
updatedBy, updatedBy,
email, email,
nameoftheContactPerson, //nameoftheContactPerson,
googleLocation, googleLocation,
latitude, latitude,
longitude longitude
@ -187,7 +187,7 @@ const generateDepartmentId = async (city, departmentName) => {
country, country,
pincode, pincode,
email, email,
nameoftheContactPerson, // nameoftheContactPerson,
googleLocation, googleLocation,
latitude, latitude,
longitude, longitude,

@ -680,7 +680,7 @@ fastify.route({
address2: { type: "string" }, address2: { type: "string" },
zone: { type: "string" }, zone: { type: "string" },
pincode: { type: "string" }, pincode: { type: "string" },
nameoftheContactPerson: { type: "string"}, //nameoftheContactPerson: { type: "string"},
googleLocation: { type: "string" }, googleLocation: { type: "string" },
latitude: { type: 'number', default: 0.0 }, latitude: { type: 'number', default: 0.0 },
longitude: { type: 'number', default: 0.0 }, longitude: { type: 'number', default: 0.0 },

Loading…
Cancel
Save