From 36dcb19db69844289b34909f08c3920886e9b997 Mon Sep 17 00:00:00 2001 From: Varun Date: Mon, 16 Jun 2025 14:46:45 +0530 Subject: [PATCH] changes --- src/routes/supplierRoute.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/supplierRoute.js b/src/routes/supplierRoute.js index 368d45ae..71e9fded 100644 --- a/src/routes/supplierRoute.js +++ b/src/routes/supplierRoute.js @@ -37,6 +37,7 @@ module.exports = function (fastify, opts, next) { price_from: { type: "string" }, price_to: { type: "string" }, time: { type: "string" }, + pump: { type: "string" }, }, },