diff --git a/src/routes/tankersRoute.js b/src/routes/tankersRoute.js index 427d04ec..4ee7198b 100644 --- a/src/routes/tankersRoute.js +++ b/src/routes/tankersRoute.js @@ -48,12 +48,12 @@ module.exports = function (fastify, opts, next) { type: "object", properties: { price: { type: "string", default: null }, - + }, }, }, capacity: { type: "string"}, - price: {type : "string"}, + status: {type: "string"} },