made changes in updatetanks

master
varun 3 years ago
parent 32a06727e2
commit 3e769dffc3

@ -58,8 +58,9 @@ module.exports = function (fastify, opts, next) {
properties: { properties: {
tankName: { type: "string", default: null }, tankName: { type: "string", default: null },
blockName: { type: "string", default: null }, blockName: { type: "string", default: null },
capacity: { type: "number" }, capacity: { type: "string" },
typeOfWater: { type: "string", default: null }, typeOfWater: { type: "string", default: null },
type: { type: "string" },
tankLocation: { type: "string", default: null }, tankLocation: { type: "string", default: null },
}, },
}, },

Loading…
Cancel
Save