removed type from add tanks

master
varun 3 years ago
parent 5bfe891a26
commit d782833e2b

@ -17,7 +17,7 @@ module.exports = function (fastify, opts, next) {
blockName: { type: "string"}, blockName: { type: "string"},
capacity: { type: "string" }, capacity: { type: "string" },
typeOfWater: { type: "string" }, typeOfWater: { type: "string" },
type: { type: "string" },
tankLocation: { type: "string" }, tankLocation: { type: "string" },
}, },
}, },

Loading…
Cancel
Save