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