From 1a4a35bb381a9aa27a69d26b10ade7edfda6e89d Mon Sep 17 00:00:00 2001 From: Varun Date: Wed, 29 Jan 2025 11:52:55 +0530 Subject: [PATCH] changes --- src/routes/tanksRoute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [] }],