city signup changes

master^2
Bhaskar 1 month ago
parent 9aa5ebcc6f
commit 029c4cc0cc

@ -82,7 +82,7 @@ const generateDepartmentId = async (city, departmentName) => {
googleLocation,
latitude,
longitude,
nameoftheContactPerson,
// nameoftheContactPerson,
} = request.body;
@ -124,7 +124,7 @@ const generateDepartmentId = async (city, departmentName) => {
googleLocation,
latitude,
longitude,
nameoftheContactPerson,
// nameoftheContactPerson,
createdBy,
updatedBy,
});

@ -30,7 +30,7 @@ module.exports = function (fastify, opts, next) {
gstNo: { type: "string" },
latitude: { type: 'number', default: 0.0 },
longitude: { type: 'number', default: 0.0 },
nameoftheContactPerson: {type : "string"},
//nameoftheContactPerson: {type : "string"},
//departmentName: { type: "string" },
},

Loading…
Cancel
Save