From 887f6858dee91c5419ea9ec8ce0283eac7fa6b5b Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Mon, 10 Mar 2025 14:19:18 +0530 Subject: [PATCH] CAHNGES --- src/routes/storeRoute.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/storeRoute.js b/src/routes/storeRoute.js index a7e2e24f..9bd66cf1 100644 --- a/src/routes/storeRoute.js +++ b/src/routes/storeRoute.js @@ -1812,9 +1812,9 @@ fastify.get("/api/ordersofinstall/:installationId", { params: { type: "object", properties: { - storeId: { type: "string" }, + installationId: { type: "string" }, }, - required: ["storeId"], + required: ["installationId"], }, security: [ {