diff --git a/src/routes/tanksRoute.js b/src/routes/tanksRoute.js index 3ee25576..5a6bca9d 100644 --- a/src/routes/tanksRoute.js +++ b/src/routes/tanksRoute.js @@ -1286,7 +1286,7 @@ module.exports = function (fastify, opts, next) { querystring: { type: "object", properties: { - status: { type: "string", enum: ["active", "inactive"] }, + status: { type: "string"}, }, }, security: [{ basicAuth: [] }],